Html Css Color HEX #D57980 Charm

📋 copy color: '#D57980'

red 213 ◦ green 121 ◦ blue 128

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

Shades of Charm #D57980

Tints of Charm #D57980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

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

R = 46.1%
G = 26.19%
B = 27.71%

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

#D57980 (or 0xD57980) is known color: Charm. HEX triplet: D5, 79 and 80. RGB value is (213,121,128). Sum of RGB (Red+Green+Blue) = 213+121+128=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57980 is #2A867F. Grayscale: #959595. Windows color (decimal): -2786944 or 8419797. OLE color: 8419797.

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

Color convert

RGB 213 121 128 -
CMYK 0 0.43 0.40 0.16
HSL 355.43º 0.52% 0.65% -
HSV(B) 355.43º 0.43% 0.84% -
XYZ 38.17 29.38 24.08 -
YUV 149.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 213 121 128 0 0.43 0.40 0.16 355.43 0.52 0.65
Hex D5 79 80 0 2B 28 10 163 34 41
Octal 325 171 200 0 53 50 20 543 64 101
Binary 11010101 1111001 10000000 0 101011 101000 10000 101100011 110100 1000001

Color Harmonies of #D57980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57980

Black with #D57980

Text Example


Text Example

White with #D57980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57980; }

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

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

background-color css

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

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

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

border-color css

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

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

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