Html Css Color HEX #D57786 Charm

📋 copy color: '#D57786'

red 213 ◦ green 119 ◦ blue 134

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

Shades of Charm #D57786

Tints of Charm #D57786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

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

R = 45.71%
G = 25.54%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D57786 (or 0xD57786) is known color: Charm. HEX triplet: D5, 77 and 86. RGB value is (213,119,134). Sum of RGB (Red+Green+Blue) = 213+119+134=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D57786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57786 is #2A8879. Grayscale: #949494. Windows color (decimal): -2787450 or 8812501. OLE color: 8812501.

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

Color convert

RGB 213 119 134 -
CMYK 0 0.44 0.37 0.16
HSL 350.43º 0.53% 0.65% -
HSV(B) 350.43º 0.44% 0.84% -
XYZ 38.34 29.06 26.14 -
YUV 148.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 213 119 134 0 0.44 0.37 0.16 350.43 0.53 0.65
Hex D5 77 86 0 2C 25 10 15E 35 41
Octal 325 167 206 0 54 45 20 536 65 101
Binary 11010101 1110111 10000110 0 101100 100101 10000 101011110 110101 1000001

Color Harmonies of #D57786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57786

Black with #D57786

Text Example


Text Example

White with #D57786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57786; }

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

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

background-color css

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

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

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

border-color css

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

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

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