Html Css Color HEX #D57289 Charm

📋 copy color: '#D57289'

red 213 ◦ green 114 ◦ blue 137

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

Shades of Charm #D57289

Tints of Charm #D57289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.57%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 45.91%
G = 24.57%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D57289 (or 0xD57289) is known color: Charm. HEX triplet: D5, 72 and 89. RGB value is (213,114,137). Sum of RGB (Red+Green+Blue) = 213+114+137=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57289 is #2A8D76. Grayscale: #929292. Windows color (decimal): -2788727 or 9007829. OLE color: 9007829.

HSL color Cylindrical-coordinate representation of color #D57289: hue angle of 346.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57289 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 137 -
CMYK 0 0.46 0.36 0.16
HSL 346.06º 0.54% 0.64% -
HSV(B) 346.06º 0.46% 0.84% -
XYZ 37.97 27.99 27.07 -
YUV 146.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 213 114 137 0 0.46 0.36 0.16 346.06 0.54 0.64
Hex D5 72 89 0 2E 24 10 15A 36 40
Octal 325 162 211 0 56 44 20 532 66 100
Binary 11010101 1110010 10001001 0 101110 100100 10000 101011010 110110 1000000

Color Harmonies of #D57289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57289

Black with #D57289

Text Example


Text Example

White with #D57289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57289; }

 p { color: rgb(213,114,137); }

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

background-color css

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

 a { background-color: rgb(213,114,137); }

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

border-color css

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

 span { border-color: rgb(213,114,137); }

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