#D562ED

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

Shades of Heliotrope #D562ED

Tints of Heliotrope #D562ED

Color information

#D562ED (or 0xD562ED) is unknown color: approx Heliotrope. HEX triplet: D5, 62 and ED. RGB value is (213,98,237). Sum of RGB (Red+Green+Blue) = 213+98+237=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #D562ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562ED is #2A9D12. Grayscale: #939393. Windows color (decimal): -2792723 or 15557333. OLE color: 15557333.

HSL color Cylindrical-coordinate representation of color #D562ED: hue angle of 289.64º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D562ED is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21398237-
CMYK0.100.5900.07
HSL289.64º79.43%65.69%-
HSV(B)289.64º58.65%92.94%-
XYZ47.092983.24-
YUV148.23178.1174.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 98 (38.67% from 255) = 17.88%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=38.87%
G=17.88%
B=43.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213982370.100.5900.07289.6479.4365.69
HexD562EDA3B071224f42
Octal325142355127307442117102
Binary110101011100010111011011010111011011110010001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562ED; }

 p { color: rgb(213,98,237); }

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

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

 a { background-color: rgb(213,98,237); }

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

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

 span { border-color: rgb(213,98,237); }

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