#D185FE

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

Shades of Heliotrope #D185FE

Tints of Heliotrope #D185FE

Color information

#D185FE (or 0xD185FE) is unknown color: approx Heliotrope. HEX triplet: D1, 85 and FE. RGB value is (209,133,254). Sum of RGB (Red+Green+Blue) = 209+133+254=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #D185FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FE is #2E7A01. Grayscale: #A9A9A9. Windows color (decimal): -3045890 or 16680401. OLE color: 16680401.

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

Color convert

RGB209133254-
CMYK0.180.4800.00
HSL277.69º98.37%75.88%-
HSV(B)277.69º47.64%99.61%-
XYZ52.5737.4998.23-
YUV169.52175.68156.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=35.07%
G=22.32%
B=42.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091332540.180.4800.00277.6998.3775.88
HexD185FE123000116624c
Octal321205376226000426142114
Binary110100011000010111111110100101100000010001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185FE; }

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

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

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

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

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

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

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

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