#D561EA

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

Shades of Heliotrope #D561EA

Tints of Heliotrope #D561EA

Color information

#D561EA (or 0xD561EA) is unknown color: approx Heliotrope. HEX triplet: D5, 61 and EA. RGB value is (213,97,234). Sum of RGB (Red+Green+Blue) = 213+97+234=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #D561EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561EA is #2A9E15. Grayscale: #929292. Windows color (decimal): -2792982 or 15360469. OLE color: 15360469.

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

Color convert

RGB21397234-
CMYK0.090.5900.08
HSL290.8º76.54%64.9%-
HSV(B)290.8º58.55%91.76%-
XYZ46.5728.6480.91-
YUV147.3176.93174.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=39.15%
G=17.83%
B=43.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213972340.090.5900.08290.876.5464.9
HexD561EA93B081234d41
Octal3251413521173010443115101
Binary1101010111000011110101010011110110100010010001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561EA; }

 p { color: rgb(213,97,234); }

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

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

 a { background-color: rgb(213,97,234); }

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

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

 span { border-color: rgb(213,97,234); }

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