#D28DFE

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

Shades of Heliotrope #D28DFE

Tints of Heliotrope #D28DFE

Color information

#D28DFE (or 0xD28DFE) is unknown color: approx Heliotrope. HEX triplet: D2, 8D and FE. RGB value is (210,141,254). Sum of RGB (Red+Green+Blue) = 210+141+254=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #D28DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DFE is #2D7201. Grayscale: #AEAEAE. Windows color (decimal): -2978306 or 16682450. OLE color: 16682450.

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

Color convert

RGB210141254-
CMYK0.170.4400.00
HSL276.64º98.26%77.45%-
HSV(B)276.64º44.49%99.61%-
XYZ53.9939.9198.62-
YUV174.51172.86153.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 141 (55.47% from 255) = 23.31%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=34.71%
G=23.31%
B=41.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101412540.170.4400.00276.6498.2677.45
HexD28DFE112C00115624d
Octal322215376215400425142115
Binary110100101000110111111110100011011000010001010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DFE; }

 p { color: rgb(210,141,254); }

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

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

 a { background-color: rgb(210,141,254); }

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

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

 span { border-color: rgb(210,141,254); }

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