#DF80F2

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

Shades of Heliotrope #DF80F2

Tints of Heliotrope #DF80F2

Color information

#DF80F2 (or 0xDF80F2) is unknown color: approx Heliotrope. HEX triplet: DF, 80 and F2. RGB value is (223,128,242). Sum of RGB (Red+Green+Blue) = 223+128+242=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80F2 is #207F0D. Grayscale: #A9A9A9. Windows color (decimal): -2129678 or 15892703. OLE color: 15892703.

HSL color Cylindrical-coordinate representation of color #DF80F2: hue angle of 290º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF80F2 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223128242-
CMYK0.080.4700.05
HSL290º81.43%72.55%-
HSV(B)290º47.11%94.9%-
XYZ54.1837.5488.39-
YUV169.4168.97166.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=37.61%
G=21.59%
B=40.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231282420.080.4700.0529081.4372.55
HexDF80F282F051225149
Octal337200362105705442121111
Binary1101111110000000111100101000101111010110010001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80F2; }

 p { color: rgb(223,128,242); }

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

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

 a { background-color: rgb(223,128,242); }

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

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

 span { border-color: rgb(223,128,242); }

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