#D084F8

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

Shades of Heliotrope #D084F8

Tints of Heliotrope #D084F8

Color information

#D084F8 (or 0xD084F8) is unknown color: approx Heliotrope. HEX triplet: D0, 84 and F8. RGB value is (208,132,248). Sum of RGB (Red+Green+Blue) = 208+132+248=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #D084F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084F8 is #2F7B07. Grayscale: #A7A7A7. Windows color (decimal): -3111688 or 16286928. OLE color: 16286928.

HSL color Cylindrical-coordinate representation of color #D084F8: hue angle of 279.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D084F8 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208132248-
CMYK0.160.4700.03
HSL279.31º89.23%74.51%-
HSV(B)279.31º46.77%97.25%-
XYZ51.2136.6993.19-
YUV167.95173.18156.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 132 (51.95% from 255) = 22.45%
BLUE value IS 248 (97.27% from 255) = 42.18%
R=35.37%
G=22.45%
B=42.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081322480.160.4700.03279.3189.2374.51
HexD084F8102F03117594b
Octal320204370205703427131113
Binary1101000010000100111110001000010111101110001011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084F8; }

 p { color: rgb(208,132,248); }

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

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

 a { background-color: rgb(208,132,248); }

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

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

 span { border-color: rgb(208,132,248); }

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