Html Css Color HEX #D57785 Charm

📋 copy color: '#D57785'

red 213 ◦ green 119 ◦ blue 133

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

Shades of Charm #D57785

Tints of Charm #D57785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 45.81%
G = 25.59%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57785 (or 0xD57785) is known color: Charm. HEX triplet: D5, 77 and 85. RGB value is (213,119,133). Sum of RGB (Red+Green+Blue) = 213+119+133=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57785 is #2A887A. Grayscale: #949494. Windows color (decimal): -2787451 or 8746965. OLE color: 8746965.

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

Color convert

RGB 213 119 133 -
CMYK 0 0.44 0.38 0.16
HSL 351.06º 0.53% 0.65% -
HSV(B) 351.06º 0.44% 0.84% -
XYZ 38.27 29.03 25.78 -
YUV 148.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 213 119 133 0 0.44 0.38 0.16 351.06 0.53 0.65
Hex D5 77 85 0 2C 26 10 15F 35 41
Octal 325 167 205 0 54 46 20 537 65 101
Binary 11010101 1110111 10000101 0 101100 100110 10000 101011111 110101 1000001

Color Harmonies of #D57785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57785

Black with #D57785

Text Example


Text Example

White with #D57785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57785; }

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

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

background-color css

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

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

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

border-color css

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

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

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