#D28EF8

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

Shades of Heliotrope #D28EF8

Tints of Heliotrope #D28EF8

Color information

#D28EF8 (or 0xD28EF8) is unknown color: approx Heliotrope. HEX triplet: D2, 8E and F8. RGB value is (210,142,248). Sum of RGB (Red+Green+Blue) = 210+142+248=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #D28EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EF8 is #2D7107. Grayscale: #AEAEAE. Windows color (decimal): -2978056 or 16289490. OLE color: 16289490.

HSL color Cylindrical-coordinate representation of color #D28EF8: hue angle of 278.49º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28EF8 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210142248-
CMYK0.150.4300.03
HSL278.49º88.33%76.47%-
HSV(B)278.49º42.74%97.25%-
XYZ53.1939.8293.69-
YUV174.42169.53153.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=35%
G=23.67%
B=41.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101422480.150.4300.03278.4988.3376.47
HexD28EF8F2B03116584c
Octal322216370175303426130114
Binary110100101000111011111000111110101101110001011010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28EF8; }

 p { color: rgb(210,142,248); }

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

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

 a { background-color: rgb(210,142,248); }

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

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

 span { border-color: rgb(210,142,248); }

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