#D57DED

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

Shades of Heliotrope #D57DED

Tints of Heliotrope #D57DED

Color information

#D57DED (or 0xD57DED) is unknown color: approx Heliotrope. HEX triplet: D5, 7D and ED. RGB value is (213,125,237). Sum of RGB (Red+Green+Blue) = 213+125+237=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #D57DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DED is #2A8212. Grayscale: #A3A3A3. Windows color (decimal): -2785811 or 15564245. OLE color: 15564245.

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

Color convert

RGB213125237-
CMYK0.100.4700.07
HSL287.14º75.68%70.98%-
HSV(B)287.14º47.26%92.94%-
XYZ50.0634.9384.22-
YUV164.08169.15162.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 125 (49.22% from 255) = 21.74%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=37.04%
G=21.74%
B=41.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131252370.100.4700.07287.1475.6870.98
HexD57DEDA2F0711f4c47
Octal325175355125707437114107
Binary110101011111101111011011010101111011110001111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DED; }

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

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

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

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

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

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

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

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