#df70ee

Color #DF70EE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DF70EE

Tints of Heliotrope #DF70EE

Color information

#DF70EE (or 0xDF70EE) is unknown color: approx Heliotrope. HEX triplet: DF, 70 and EE. RGB value is (223,112,238). Sum of RGB (Red+Green+Blue) = 223+112+238=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70EE is #208F11. Grayscale: #9F9F9F. Windows color (decimal): -2133778 or 15626463. OLE color: 15626463.

HSL color Cylindrical-coordinate representation of color #DF70EE: hue angle of 292.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF70EE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223112238-
CMYK0.060.5300.07
HSL292.86º78.75%68.63%-
HSV(B)292.86º52.94%93.33%-
XYZ51.6633.4584.62-
YUV159.55172.27173.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 112 (44.14% from 255) = 19.55%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=38.92%
G=19.55%
B=41.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231122380.060.5300.07292.8678.7568.63
HexDF70EE635071254f45
Octal33716035666507445117105
Binary11011111111000011101110110110101011110010010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df70ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df70ee; }

 p { color: rgb(223,112,238); }

 H1.HeaderClassName
 {
   color: #df70ee;
 }
 .AnyTagClassName
 {
   color: #df70ee;
 }
</style>
background-color css

<style>
 a { background-color: #df70ee; }

 a { background-color: rgb(223,112,238); }

 div.DivClassName
 {
   background-color: #df70ee;
 }
 .BgClassName
 {
   background-color: #df70ee;
 }
</style>
border-color css

<style>
 span { border-color: #df70ee; }

 span { border-color: rgb(223,112,238); }

 td.TdClassName
 {
   border-color: #df70ee;
 }
 .TagClassName
 {
   border-color: #df70ee;
 }
</style>