#D576F0

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

Shades of Heliotrope #D576F0

Tints of Heliotrope #D576F0

Color information

#D576F0 (or 0xD576F0) is unknown color: approx Heliotrope. HEX triplet: D5, 76 and F0. RGB value is (213,118,240). Sum of RGB (Red+Green+Blue) = 213+118+240=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #D576F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D576F0 is #2A890F. Grayscale: #9F9F9F. Windows color (decimal): -2787600 or 15759061. OLE color: 15759061.

HSL color Cylindrical-coordinate representation of color #D576F0: hue angle of 286.72º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D576F0 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213118240-
CMYK0.110.5100.06
HSL286.72º80.26%70.2%-
HSV(B)286.72º50.83%94.12%-
XYZ49.6533.3986.27-
YUV160.31172.97165.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 118 (46.48% from 255) = 20.67%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=37.30%
G=20.67%
B=42.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131182400.110.5100.06286.7280.2670.2
HexD576F0B330611f5046
Octal325166360136306437120106
Binary110101011110110111100001011110011011010001111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D576F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D576F0; }

 p { color: rgb(213,118,240); }

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

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

 a { background-color: rgb(213,118,240); }

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

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

 span { border-color: rgb(213,118,240); }

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