#D188FE

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

Shades of Heliotrope #D188FE

Tints of Heliotrope #D188FE

Color information

#D188FE (or 0xD188FE) is unknown color: approx Heliotrope. HEX triplet: D1, 88 and FE. RGB value is (209,136,254). Sum of RGB (Red+Green+Blue) = 209+136+254=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #D188FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D188FE is #2E7701. Grayscale: #AAAAAA. Windows color (decimal): -3045122 or 16681169. OLE color: 16681169.

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

Color convert

RGB209136254-
CMYK0.180.4600.00
HSL277.12º98.33%76.47%-
HSV(B)277.12º46.46%99.61%-
XYZ52.9938.3298.37-
YUV171.28174.68154.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=34.89%
G=22.70%
B=42.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091362540.180.4600.00277.1298.3376.47
HexD188FE122E00115624c
Octal321210376225600425142114
Binary110100011000100011111110100101011100010001010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188FE; }

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

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

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

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

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

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

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

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