#D985FF

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

Shades of Heliotrope #D985FF

Tints of Heliotrope #D985FF

Color information

#D985FF (or 0xD985FF) is unknown color: approx Heliotrope. HEX triplet: D9, 85 and FF. RGB value is (217,133,255). Sum of RGB (Red+Green+Blue) = 217+133+255=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D985FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FF is #267A00. Grayscale: #ABABAB. Windows color (decimal): -2521601 or 16745945. OLE color: 16745945.

HSL color Cylindrical-coordinate representation of color #D985FF: hue angle of 281.31º 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 #D985FF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217133255-
CMYK0.150.4800
HSL281.31º100%76.08%-
HSV(B)281.31º47.84%100%-
XYZ55.0538.7599.19-
YUV172.02174.83160.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 133 (52.34% from 255) = 21.98%
BLUE value IS 255 (100% from 255) = 42.15%
R=35.87%
G=21.98%
B=42.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171332550.150.4800281.3110076.08
HexD985FFF3000119644c
Octal331205377176000431144114
Binary11011001100001011111111111111100000010001100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985FF; }

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

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

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

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

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

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

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

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