#D080F6

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

Shades of Heliotrope #D080F6

Tints of Heliotrope #D080F6

Color information

#D080F6 (or 0xD080F6) is unknown color: approx Heliotrope. HEX triplet: D0, 80 and F6. RGB value is (208,128,246). Sum of RGB (Red+Green+Blue) = 208+128+246=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #D080F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F6 is #2F7F09. Grayscale: #A4A4A4. Windows color (decimal): -3112714 or 16154832. OLE color: 16154832.

HSL color Cylindrical-coordinate representation of color #D080F6: hue angle of 280.68º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D080F6 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208128246-
CMYK0.150.4800.04
HSL280.68º86.76%73.33%-
HSV(B)280.68º47.97%96.47%-
XYZ50.3735.591.39-
YUV165.37173.5158.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 128 (50.39% from 255) = 21.99%
BLUE value IS 246 (96.48% from 255) = 42.27%
R=35.74%
G=21.99%
B=42.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081282460.150.4800.04280.6886.7673.33
HexD080F6F30041195749
Octal320200366176004431127111
Binary1101000010000000111101101111110000010010001100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080F6; }

 p { color: rgb(208,128,246); }

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

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

 a { background-color: rgb(208,128,246); }

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

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

 span { border-color: rgb(208,128,246); }

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