Html Css Color HEX #D56989 Charm

📋 copy color: '#D56989'

red 213 ◦ green 105 ◦ blue 137

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

Shades of Charm #D56989

Tints of Charm #D56989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 46.81%
G = 23.08%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D56989 (or 0xD56989) is known color: Charm. HEX triplet: D5, 69 and 89. RGB value is (213,105,137). Sum of RGB (Red+Green+Blue) = 213+105+137=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D56989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56989 is #2A9676. Grayscale: #8C8C8C. Windows color (decimal): -2791031 or 9005525. OLE color: 9005525.

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

Color convert

RGB 213 105 137 -
CMYK 0 0.51 0.36 0.16
HSL 342.22º 0.56% 0.62% -
HSV(B) 342.22º 0.51% 0.84% -
XYZ 37.01 26.06 26.75 -
YUV 140.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 213 105 137 0 0.51 0.36 0.16 342.22 0.56 0.62
Hex D5 69 89 0 33 24 10 156 38 3E
Octal 325 151 211 0 63 44 20 526 70 76
Binary 11010101 1101001 10001001 0 110011 100100 10000 101010110 111000 111110

Color Harmonies of #D56989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56989

Black with #D56989

Text Example


Text Example

White with #D56989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56989; }

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

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

background-color css

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

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

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

border-color css

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

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

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