Html Css Color HEX #D56986 Charm

📋 copy color: '#D56986'

red 213 ◦ green 105 ◦ blue 134

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

Shades of Charm #D56986

Tints of Charm #D56986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 47.12%
G = 23.23%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D56986 (or 0xD56986) is known color: Charm. HEX triplet: D5, 69 and 86. RGB value is (213,105,134). Sum of RGB (Red+Green+Blue) = 213+105+134=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D56986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56986 is #2A9679. Grayscale: #8C8C8C. Windows color (decimal): -2791034 or 8808917. OLE color: 8808917.

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

Color convert

RGB 213 105 134 -
CMYK 0 0.51 0.37 0.16
HSL 343.89º 0.56% 0.62% -
HSV(B) 343.89º 0.51% 0.84% -
XYZ 36.8 25.97 25.63 -
YUV 140.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 213 105 134 0 0.51 0.37 0.16 343.89 0.56 0.62
Hex D5 69 86 0 33 25 10 158 38 3E
Octal 325 151 206 0 63 45 20 530 70 76
Binary 11010101 1101001 10000110 0 110011 100101 10000 101011000 111000 111110

Color Harmonies of #D56986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56986

Black with #D56986

Text Example


Text Example

White with #D56986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56986; }

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

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

background-color css

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

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

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

border-color css

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

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

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