#D57581

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

Shades of Charm #D57581

Tints of Charm #D57581

Color information

#D57581 (or 0xD57581) is unknown color: approx Charm. HEX triplet: D5, 75 and 81. RGB value is (213,117,129). Sum of RGB (Red+Green+Blue) = 213+117+129=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D57581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57581 is #2A8A7E. Grayscale: #939393. Windows color (decimal): -2787967 or 8484309. OLE color: 8484309.

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

Color convert

RGB213117129-
CMYK00.450.390.16
HSL352.5º53.33%64.71%-
HSV(B)352.5º45.07%83.53%-
XYZ37.7628.4524.27-
YUV147.07117.8175.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=46.41%
G=25.49%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311712900.450.390.16352.553.3364.71
HexD5758102D27101603541
Octal325165201055472054065101
Binary110101011110101100000010101101100111100001011000001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57581; }

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

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

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

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

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

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

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

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