#D082FD

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

Shades of Heliotrope #D082FD

Tints of Heliotrope #D082FD

Color information

#D082FD (or 0xD082FD) is unknown color: approx Heliotrope. HEX triplet: D0, 82 and FD. RGB value is (208,130,253). Sum of RGB (Red+Green+Blue) = 208+130+253=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D082FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082FD is #2F7D02. Grayscale: #A6A6A6. Windows color (decimal): -3112195 or 16614096. OLE color: 16614096.

HSL color Cylindrical-coordinate representation of color #D082FD: hue angle of 278.05º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D082FD is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208130253-
CMYK0.180.4900.01
HSL278.05º96.85%75.1%-
HSV(B)278.05º48.62%99.22%-
XYZ51.7236.4797.24-
YUV167.34176.34157-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 130 (51.17% from 255) = 22.00%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=35.19%
G=22.00%
B=42.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081302530.180.4900.01278.0596.8575.1
HexD082FD123101116614b
Octal320202375226101426141113
Binary110100001000001011111101100101100010110001011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082FD; }

 p { color: rgb(208,130,253); }

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

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

 a { background-color: rgb(208,130,253); }

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

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

 span { border-color: rgb(208,130,253); }

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