#D28EFF

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

Shades of Heliotrope #D28EFF

Tints of Heliotrope #D28EFF

Color information

#D28EFF (or 0xD28EFF) is unknown color: approx Heliotrope. HEX triplet: D2, 8E and FF. RGB value is (210,142,255). Sum of RGB (Red+Green+Blue) = 210+142+255=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #D28EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EFF is #2D7100. Grayscale: #AEAEAE. Windows color (decimal): -2978049 or 16748242. OLE color: 16748242.

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

Color convert

RGB210142255-
CMYK0.180.4400
HSL276.11º100%77.84%-
HSV(B)276.11º44.31%100%-
XYZ54.340.2799.52-
YUV175.21173.03152.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 255 (100% from 255) = 42.01%
R=34.60%
G=23.39%
B=42.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101422550.180.4400276.1110077.84
HexD28EFF122C00114644e
Octal322216377225400424144116
Binary110100101000111011111111100101011000010001010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28EFF; }

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

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

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

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

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

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

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

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