#D281EF

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

Shades of Heliotrope #D281EF

Tints of Heliotrope #D281EF

Color information

#D281EF (or 0xD281EF) is unknown color: approx Heliotrope. HEX triplet: D2, 81 and EF. RGB value is (210,129,239). Sum of RGB (Red+Green+Blue) = 210+129+239=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #D281EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281EF is #2D7E10. Grayscale: #A5A5A5. Windows color (decimal): -2981393 or 15696338. OLE color: 15696338.

HSL color Cylindrical-coordinate representation of color #D281EF: hue angle of 284.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D281EF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210129239-
CMYK0.120.4600.06
HSL284.18º77.46%72.16%-
HSV(B)284.18º46.03%93.73%-
XYZ50.0135.6385.9-
YUV165.76169.34159.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=36.33%
G=22.32%
B=41.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101292390.120.4600.06284.1877.4672.16
HexD281EFC2E0611c4d48
Octal322201357145606434115110
Binary1101001010000001111011111100101110011010001110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281EF; }

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

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

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

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

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

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

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

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