#D085FF

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

Shades of Heliotrope #D085FF

Tints of Heliotrope #D085FF

Color information

#D085FF (or 0xD085FF) is unknown color: approx Heliotrope. HEX triplet: D0, 85 and FF. RGB value is (208,133,255). Sum of RGB (Red+Green+Blue) = 208+133+255=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D085FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085FF is #2F7A00. Grayscale: #A8A8A8. Windows color (decimal): -3111425 or 16745936. OLE color: 16745936.

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

Color convert

RGB208133255-
CMYK0.180.4800
HSL276.89º100%76.08%-
HSV(B)276.89º47.84%100%-
XYZ52.4537.499.06-
YUV169.33176.35155.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 255 (100% from 255) = 42.79%
R=34.90%
G=22.32%
B=42.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081332550.180.4800276.8910076.08
HexD085FF123000115644c
Octal320205377226000425144114
Binary110100001000010111111111100101100000010001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085FF; }

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

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

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

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

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

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

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

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