#D57881

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

Shades of Charm #D57881

Tints of Charm #D57881

Color information

#D57881 (or 0xD57881) is unknown color: approx Charm. HEX triplet: D5, 78 and 81. RGB value is (213,120,129). Sum of RGB (Red+Green+Blue) = 213+120+129=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57881 is #2A877E. Grayscale: #949494. Windows color (decimal): -2787199 or 8485077. OLE color: 8485077.

HSL color Cylindrical-coordinate representation of color #D57881: hue angle of 354.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57881 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213120129-
CMYK00.440.390.16
HSL354.19º52.54%65.29%-
HSV(B)354.19º43.66%83.53%-
XYZ38.1229.1624.39-
YUV148.83116.81173.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=46.10%
G=25.97%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312012900.440.390.16354.1952.5465.29
HexD5788102C27101623541
Octal325170201054472054265101
Binary110101011111000100000010101100100111100001011000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57881; }

 p { color: rgb(213,120,129); }

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

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

 a { background-color: rgb(213,120,129); }

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

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

 span { border-color: rgb(213,120,129); }

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