#D185F8

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

Shades of Heliotrope #D185F8

Tints of Heliotrope #D185F8

Color information

#D185F8 (or 0xD185F8) is unknown color: approx Heliotrope. HEX triplet: D1, 85 and F8. RGB value is (209,133,248). Sum of RGB (Red+Green+Blue) = 209+133+248=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #D185F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185F8 is #2E7A07. Grayscale: #A8A8A8. Windows color (decimal): -3045896 or 16287185. OLE color: 16287185.

HSL color Cylindrical-coordinate representation of color #D185F8: hue angle of 279.65º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D185F8 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209133248-
CMYK0.160.4600.03
HSL279.65º89.15%74.71%-
HSV(B)279.65º46.37%97.25%-
XYZ51.6337.1193.25-
YUV168.83172.68156.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=35.42%
G=22.54%
B=42.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2091332480.160.4600.03279.6589.1574.71
HexD185F8102E03118594b
Octal321205370205603430131113
Binary1101000110000101111110001000010111001110001100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185F8; }

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

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

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

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

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

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

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

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