#D188FD

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

Shades of Heliotrope #D188FD

Tints of Heliotrope #D188FD

Color information

#D188FD (or 0xD188FD) is unknown color: approx Heliotrope. HEX triplet: D1, 88 and FD. RGB value is (209,136,253). Sum of RGB (Red+Green+Blue) = 209+136+253=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #D188FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D188FD is #2E7702. Grayscale: #AAAAAA. Windows color (decimal): -3045123 or 16615633. OLE color: 16615633.

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

Color convert

RGB209136253-
CMYK0.170.4600.01
HSL277.44º96.69%76.27%-
HSV(B)277.44º46.25%99.22%-
XYZ52.8338.2697.53-
YUV171.16174.18154.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 136 (53.52% from 255) = 22.74%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=34.95%
G=22.74%
B=42.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091362530.170.4600.01277.4496.6976.27
HexD188FD112E01115614c
Octal321210375215601425141114
Binary110100011000100011111101100011011100110001010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188FD; }

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

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

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

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

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

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

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

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