#d482eb

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

Shades of Heliotrope #D482EB

Tints of Heliotrope #D482EB

Color information

#D482EB (or 0xD482EB) is unknown color: approx Heliotrope. HEX triplet: D4, 82 and EB. RGB value is (212,130,235). Sum of RGB (Red+Green+Blue) = 212+130+235=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #D482EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482EB is #2B7D14. Grayscale: #A6A6A6. Windows color (decimal): -2850069 or 15434452. OLE color: 15434452.

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

Color convert

RGB212130235-
CMYK0.100.4500.08
HSL286.86º72.41%71.57%-
HSV(B)286.86º44.68%92.16%-
XYZ50.1335.9682.9-
YUV166.49166.67160.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=36.74%
G=22.53%
B=40.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121302350.100.4500.08286.8672.4171.57
HexD482EBA2D0811f4848
Octal3242023531255010437110110
Binary11010100100000101110101110101011010100010001111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d482eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d482eb; }

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

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

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

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

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

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

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

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