#D28AFC

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

Shades of Heliotrope #D28AFC

Tints of Heliotrope #D28AFC

Color information

#D28AFC (or 0xD28AFC) is unknown color: approx Heliotrope. HEX triplet: D2, 8A and FC. RGB value is (210,138,252). Sum of RGB (Red+Green+Blue) = 210+138+252=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D28AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AFC is #2D7503. Grayscale: #ACACAC. Windows color (decimal): -2979076 or 16550610. OLE color: 16550610.

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

Color convert

RGB210138252-
CMYK0.170.4500.01
HSL277.89º95%76.47%-
HSV(B)277.89º45.24%98.82%-
XYZ53.2438.9196.8-
YUV172.52172.85154.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 252 (98.83% from 255) = 42%
R=35%
G=23%
B=42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101382520.170.4500.01277.899576.47
HexD28AFC112D011165f4c
Octal322212374215501426137114
Binary110100101000101011111100100011011010110001011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AFC; }

 p { color: rgb(210,138,252); }

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

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

 a { background-color: rgb(210,138,252); }

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

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

 span { border-color: rgb(210,138,252); }

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