#D28DF5

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

Shades of Heliotrope #D28DF5

Tints of Heliotrope #D28DF5

Color information

#D28DF5 (or 0xD28DF5) is unknown color: approx Heliotrope. HEX triplet: D2, 8D and F5. RGB value is (210,141,245). Sum of RGB (Red+Green+Blue) = 210+141+245=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #D28DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DF5 is #2D720A. Grayscale: #ADADAD. Windows color (decimal): -2978315 or 16092626. OLE color: 16092626.

HSL color Cylindrical-coordinate representation of color #D28DF5: hue angle of 279.81º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28DF5 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210141245-
CMYK0.140.4200.04
HSL279.81º83.87%75.69%-
HSV(B)279.81º42.45%96.08%-
XYZ52.5839.3491.21-
YUV173.49168.36154.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.23%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=35.23%
G=23.66%
B=41.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101412450.140.4200.04279.8183.8775.69
HexD28DF5E2A04118544c
Octal322215365165204430124114
Binary1101001010001101111101011110101010010010001100010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DF5; }

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

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

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

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

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

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

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

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