Html Css Color HEX #D57586 Charm

📋 copy color: '#D57586'

red 213 ◦ green 117 ◦ blue 134

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

Shades of Charm #D57586

Tints of Charm #D57586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 134 (52.73% from 255) = 28.88%

R = 45.91%
G = 25.22%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D57586 (or 0xD57586) is known color: Charm. HEX triplet: D5, 75 and 86. RGB value is (213,117,134). Sum of RGB (Red+Green+Blue) = 213+117+134=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57586 is #2A8A79. Grayscale: #939393. Windows color (decimal): -2787962 or 8811989. OLE color: 8811989.

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

Color convert

RGB 213 117 134 -
CMYK 0 0.45 0.37 0.16
HSL 349.38º 0.53% 0.65% -
HSV(B) 349.38º 0.45% 0.84% -
XYZ 38.1 28.59 26.06 -
YUV 147.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 213 117 134 0 0.45 0.37 0.16 349.38 0.53 0.65
Hex D5 75 86 0 2D 25 10 15D 35 41
Octal 325 165 206 0 55 45 20 535 65 101
Binary 11010101 1110101 10000110 0 101101 100101 10000 101011101 110101 1000001

Color Harmonies of #D57586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57586

Black with #D57586

Text Example


Text Example

White with #D57586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57586; }

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

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

background-color css

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

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

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

border-color css

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

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

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