#D388FB

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

Shades of Heliotrope #D388FB

Tints of Heliotrope #D388FB

Color information

#D388FB (or 0xD388FB) is unknown color: approx Heliotrope. HEX triplet: D3, 88 and FB. RGB value is (211,136,251). Sum of RGB (Red+Green+Blue) = 211+136+251=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #D388FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388FB is #2C7704. Grayscale: #ABABAB. Windows color (decimal): -2914053 or 16484563. OLE color: 16484563.

HSL color Cylindrical-coordinate representation of color #D388FB: hue angle of 279.13º degrees, saturation: 0.93, 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 #D388FB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211136251-
CMYK0.160.4600.02
HSL279.13º93.5%75.88%-
HSV(B)279.13º45.82%98.43%-
XYZ53.0838.4295.89-
YUV171.54172.85156.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 136 (53.52% from 255) = 22.74%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=35.28%
G=22.74%
B=41.97%

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
Decimal2111362510.160.4600.02279.1393.575.88
HexD388FB102E021175d4c
Octal323210373205602427135114
Binary1101001110001000111110111000010111001010001011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D388FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D388FB; }

 p { color: rgb(211,136,251); }

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

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

 a { background-color: rgb(211,136,251); }

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

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

 span { border-color: rgb(211,136,251); }

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