#D085FD

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

Shades of Heliotrope #D085FD

Tints of Heliotrope #D085FD

Color information

#D085FD (or 0xD085FD) is unknown color: approx Heliotrope. HEX triplet: D0, 85 and FD. RGB value is (208,133,253). Sum of RGB (Red+Green+Blue) = 208+133+253=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #D085FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085FD is #2F7A02. Grayscale: #A8A8A8. Windows color (decimal): -3111427 or 16614864. OLE color: 16614864.

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

Color convert

RGB208133253-
CMYK0.180.4700.01
HSL277.5º96.77%75.69%-
HSV(B)277.5º47.43%99.22%-
XYZ52.1337.2897.38-
YUV169.1175.35155.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 133 (52.34% from 255) = 22.39%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=35.02%
G=22.39%
B=42.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081332530.180.4700.01277.596.7775.69
HexD085FD122F01116614c
Octal320205375225701426141114
Binary110100001000010111111101100101011110110001011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085FD; }

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

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

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

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

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

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

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

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