Html Css Color HEX #D57189 Charm

📋 copy color: '#D57189'

red 213 ◦ green 113 ◦ blue 137

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

Shades of Charm #D57189

Tints of Charm #D57189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 46%
G = 24.41%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D57189 (or 0xD57189) is known color: Charm. HEX triplet: D5, 71 and 89. RGB value is (213,113,137). Sum of RGB (Red+Green+Blue) = 213+113+137=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57189 is #2A8E76. Grayscale: #919191. Windows color (decimal): -2788983 or 9007573. OLE color: 9007573.

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

Color convert

RGB 213 113 137 -
CMYK 0 0.47 0.36 0.16
HSL 345.6º 0.54% 0.64% -
HSV(B) 345.6º 0.47% 0.84% -
XYZ 37.86 27.76 27.03 -
YUV 145.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 213 113 137 0 0.47 0.36 0.16 345.6 0.54 0.64
Hex D5 71 89 0 2F 24 10 15A 36 40
Octal 325 161 211 0 57 44 20 532 66 100
Binary 11010101 1110001 10001001 0 101111 100100 10000 101011010 110110 1000000

Color Harmonies of #D57189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57189

Black with #D57189

Text Example


Text Example

White with #D57189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57189; }

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

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

background-color css

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

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

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

border-color css

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

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

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