#D281EC

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

Shades of Heliotrope #D281EC

Tints of Heliotrope #D281EC

Color information

#D281EC (or 0xD281EC) is unknown color: approx Heliotrope. HEX triplet: D2, 81 and EC. RGB value is (210,129,236). Sum of RGB (Red+Green+Blue) = 210+129+236=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #D281EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281EC is #2D7E13. Grayscale: #A5A5A5. Windows color (decimal): -2981396 or 15499730. OLE color: 15499730.

HSL color Cylindrical-coordinate representation of color #D281EC: hue angle of 285.42º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D281EC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210129236-
CMYK0.110.4500.07
HSL285.42º73.79%71.57%-
HSV(B)285.42º45.34%92.55%-
XYZ49.5735.4683.59-
YUV165.42167.84159.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=36.52%
G=22.43%
B=41.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101292360.110.4500.07285.4273.7971.57
HexD281ECB2D0711d4a48
Octal322201354135507435112110
Binary1101001010000001111011001011101101011110001110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281EC; }

 p { color: rgb(210,129,236); }

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

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

 a { background-color: rgb(210,129,236); }

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

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

 span { border-color: rgb(210,129,236); }

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