#D28CF8

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

Shades of Heliotrope #D28CF8

Tints of Heliotrope #D28CF8

Color information

#D28CF8 (or 0xD28CF8) is unknown color: approx Heliotrope. HEX triplet: D2, 8C and F8. RGB value is (210,140,248). Sum of RGB (Red+Green+Blue) = 210+140+248=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #D28CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CF8 is #2D7307. Grayscale: #ACACAC. Windows color (decimal): -2978568 or 16288978. OLE color: 16288978.

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

Color convert

RGB210140248-
CMYK0.150.4400.03
HSL278.89º88.52%76.08%-
HSV(B)278.89º43.55%97.25%-
XYZ52.939.2493.59-
YUV173.24170.19154.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 140 (55.08% from 255) = 23.41%
BLUE value IS 248 (97.27% from 255) = 41.47%
R=35.12%
G=23.41%
B=41.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101402480.150.4400.03278.8988.5276.08
HexD28CF8F2C03117594c
Octal322214370175403427131114
Binary110100101000110011111000111110110001110001011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CF8; }

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

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

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

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

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

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

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

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