#D185FD

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

Shades of Heliotrope #D185FD

Tints of Heliotrope #D185FD

Color information

#D185FD (or 0xD185FD) is unknown color: approx Heliotrope. HEX triplet: D1, 85 and FD. RGB value is (209,133,253). Sum of RGB (Red+Green+Blue) = 209+133+253=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D185FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FD is #2E7A02. Grayscale: #A9A9A9. Windows color (decimal): -3045891 or 16614865. OLE color: 16614865.

HSL color Cylindrical-coordinate representation of color #D185FD: hue angle of 278º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D185FD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209133253-
CMYK0.170.4700.01
HSL278º96.77%75.69%-
HSV(B)278º47.43%99.22%-
XYZ52.4137.4297.39-
YUV169.4175.18156.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 133 (52.34% from 255) = 22.35%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=35.13%
G=22.35%
B=42.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091332530.170.4700.0127896.7775.69
HexD185FD112F01116614c
Octal321205375215701426141114
Binary110100011000010111111101100011011110110001011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185FD; }

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

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

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

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

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

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

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

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