#D185FF

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

Shades of Heliotrope #D185FF

Tints of Heliotrope #D185FF

Color information

#D185FF (or 0xD185FF) is unknown color: approx Heliotrope. HEX triplet: D1, 85 and FF. RGB value is (209,133,255). Sum of RGB (Red+Green+Blue) = 209+133+255=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D185FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FF is #2E7A00. Grayscale: #A9A9A9. Windows color (decimal): -3045889 or 16745937. OLE color: 16745937.

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

Color convert

RGB209133255-
CMYK0.180.4800
HSL277.38º100%76.08%-
HSV(B)277.38º47.84%100%-
XYZ52.7337.5599.08-
YUV169.63176.18156.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 255 (100% from 255) = 42.71%
R=35.01%
G=22.28%
B=42.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091332550.180.4800277.3810076.08
HexD185FF123000115644c
Octal321205377226000425144114
Binary110100011000010111111111100101100000010001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185FF; }

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

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

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

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

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

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

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

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