#D482EA

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

Shades of Heliotrope #D482EA

Tints of Heliotrope #D482EA

Color information

#D482EA (or 0xD482EA) is unknown color: approx Heliotrope. HEX triplet: D4, 82 and EA. RGB value is (212,130,234). Sum of RGB (Red+Green+Blue) = 212+130+234=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #D482EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482EA is #2B7D15. Grayscale: #A6A6A6. Windows color (decimal): -2850070 or 15368916. OLE color: 15368916.

HSL color Cylindrical-coordinate representation of color #D482EA: hue angle of 287.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D482EA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212130234-
CMYK0.090.4400.08
HSL287.31º71.23%71.37%-
HSV(B)287.31º44.44%91.76%-
XYZ49.9935.982.14-
YUV166.37166.17160.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=36.81%
G=22.57%
B=40.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121302340.090.4400.08287.3171.2371.37
HexD482EA92C0811f4747
Octal3242023521154010437107107
Binary11010100100000101110101010011011000100010001111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482EA; }

 p { color: rgb(212,130,234); }

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

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

 a { background-color: rgb(212,130,234); }

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

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

 span { border-color: rgb(212,130,234); }

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