#D188FA

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

Shades of Heliotrope #D188FA

Tints of Heliotrope #D188FA

Color information

#D188FA (or 0xD188FA) is unknown color: approx Heliotrope. HEX triplet: D1, 88 and FA. RGB value is (209,136,250). Sum of RGB (Red+Green+Blue) = 209+136+250=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #D188FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D188FA is #2E7705. Grayscale: #AAAAAA. Windows color (decimal): -3045126 or 16419025. OLE color: 16419025.

HSL color Cylindrical-coordinate representation of color #D188FA: hue angle of 278.42º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D188FA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209136250-
CMYK0.160.4600.02
HSL278.42º91.94%75.69%-
HSV(B)278.42º45.6%98.04%-
XYZ52.3538.0795.03-
YUV170.82172.68155.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=35.13%
G=22.86%
B=42.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091362500.160.4600.02278.4291.9475.69
HexD188FA102E021165c4c
Octal321210372205602426134114
Binary1101000110001000111110101000010111001010001011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188FA; }

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

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

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

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

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

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

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

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