Html Css Color HEX #D57988 Charm

📋 copy color: '#D57988'

red 213 ◦ green 121 ◦ blue 136

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

Shades of Charm #D57988

Tints of Charm #D57988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 45.32%
G = 25.74%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D57988 (or 0xD57988) is known color: Charm. HEX triplet: D5, 79 and 88. RGB value is (213,121,136). Sum of RGB (Red+Green+Blue) = 213+121+136=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57988 is #2A8677. Grayscale: #969696. Windows color (decimal): -2786936 or 8944085. OLE color: 8944085.

HSL color Cylindrical-coordinate representation of color #D57988: hue angle of 350.22º 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 #D57988 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 136 -
CMYK 0 0.43 0.36 0.16
HSL 350.22º 0.52% 0.65% -
HSV(B) 350.22º 0.43% 0.84% -
XYZ 38.72 29.6 26.96 -
YUV 150.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 213 121 136 0 0.43 0.36 0.16 350.22 0.52 0.65
Hex D5 79 88 0 2B 24 10 15E 34 41
Octal 325 171 210 0 53 44 20 536 64 101
Binary 11010101 1111001 10001000 0 101011 100100 10000 101011110 110100 1000001

Color Harmonies of #D57988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57988

Black with #D57988

Text Example


Text Example

White with #D57988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57988; }

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

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

background-color css

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

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

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

border-color css

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

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

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