Html Css Color HEX #D57A80 Charm

📋 copy color: '#D57A80'

red 213 ◦ green 122 ◦ blue 128

#D57A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D57A80

Tints of Charm #D57A80

RGB

 RED value IS 213 (83.59% from 255) = 46%

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 46%
G = 26.35%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57A80 (or 0xD57A80) is known color: Charm. HEX triplet: D5, 7A and 80. RGB value is (213,122,128). Sum of RGB (Red+Green+Blue) = 213+122+128=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A80 is #2A857F. Grayscale: #959595. Windows color (decimal): -2786688 or 8420053. OLE color: 8420053.

HSL color Cylindrical-coordinate representation of color #D57A80: hue angle of 356.04º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57A80 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 128 -
CMYK 0 0.43 0.40 0.16
HSL 356.04º 0.52% 0.66% -
HSV(B) 356.04º 0.43% 0.84% -
XYZ 38.3 29.62 24.12 -
YUV 149.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 213 122 128 0 0.43 0.40 0.16 356.04 0.52 0.66
Hex D5 7A 80 0 2B 28 10 164 34 42
Octal 325 172 200 0 53 50 20 544 64 102
Binary 11010101 1111010 10000000 0 101011 101000 10000 101100100 110100 1000010

Color Harmonies of #D57A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A80

Black with #D57A80

Text Example


Text Example

White with #D57A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A80; }

 p { color: rgb(213,122,128); }

 H1.HeaderClassName
 {
   color: #D57A80;
 }
 .AnyTagClassName
 {
   color: #D57A80;
 }
</style>

background-color css

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

 a { background-color: rgb(213,122,128); }

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

border-color css

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

 span { border-color: rgb(213,122,128); }

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