Html Css Color HEX #D56F89 Charm

📋 copy color: '#D56F89'

red 213 ◦ green 111 ◦ blue 137

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

Shades of Charm #D56F89

Tints of Charm #D56F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.08%

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

R = 46.2%
G = 24.08%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D56F89 (or 0xD56F89) is known color: Charm. HEX triplet: D5, 6F and 89. RGB value is (213,111,137). Sum of RGB (Red+Green+Blue) = 213+111+137=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F89 is #2A9076. Grayscale: #909090. Windows color (decimal): -2789495 or 9007061. OLE color: 9007061.

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

Color convert

RGB 213 111 137 -
CMYK 0 0.48 0.36 0.16
HSL 344.71º 0.55% 0.64% -
HSV(B) 344.71º 0.48% 0.84% -
XYZ 37.64 27.32 26.96 -
YUV 144.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 213 111 137 0 0.48 0.36 0.16 344.71 0.55 0.64
Hex D5 6F 89 0 30 24 10 159 37 40
Octal 325 157 211 0 60 44 20 531 67 100
Binary 11010101 1101111 10001001 0 110000 100100 10000 101011001 110111 1000000

Color Harmonies of #D56F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F89

Black with #D56F89

Text Example


Text Example

White with #D56F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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