#D188F1

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

Shades of Heliotrope #D188F1

Tints of Heliotrope #D188F1

Color information

#D188F1 (or 0xD188F1) is unknown color: approx Heliotrope. HEX triplet: D1, 88 and F1. RGB value is (209,136,241). Sum of RGB (Red+Green+Blue) = 209+136+241=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #D188F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D188F1 is #2E770E. Grayscale: #A9A9A9. Windows color (decimal): -3045135 or 15829201. OLE color: 15829201.

HSL color Cylindrical-coordinate representation of color #D188F1: hue angle of 281.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D188F1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209136241-
CMYK0.130.4400.05
HSL281.71º78.95%73.92%-
HSV(B)281.71º43.57%94.51%-
XYZ50.9837.5187.77-
YUV169.8168.18155.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 136 (53.52% from 255) = 23.21%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=35.67%
G=23.21%
B=41.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091362410.130.4400.05281.7178.9573.92
HexD188F1D2C0511a4f4a
Octal321210361155405432117112
Binary1101000110001000111100011101101100010110001101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188F1; }

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

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

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

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

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

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

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

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