Html Css Color HEX #D56A80 Charm

📋 copy color: '#D56A80'

red 213 ◦ green 106 ◦ blue 128

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

Shades of Charm #D56A80

Tints of Charm #D56A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.71%

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 47.65%
G = 23.71%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D56A80 (or 0xD56A80) is known color: Charm. HEX triplet: D5, 6A and 80. RGB value is (213,106,128). Sum of RGB (Red+Green+Blue) = 213+106+128=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A80 is #2A957F. Grayscale: #8C8C8C. Windows color (decimal): -2790784 or 8415957. OLE color: 8415957.

HSL color Cylindrical-coordinate representation of color #D56A80: hue angle of 347.66º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A80 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 106 128 -
CMYK 0 0.50 0.40 0.16
HSL 347.66º 0.56% 0.63% -
HSV(B) 347.66º 0.5% 0.84% -
XYZ 36.49 26.01 23.52 -
YUV 140.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 213 106 128 0 0.50 0.40 0.16 347.66 0.56 0.63
Hex D5 6A 80 0 32 28 10 15C 38 3F
Octal 325 152 200 0 62 50 20 534 70 77
Binary 11010101 1101010 10000000 0 110010 101000 10000 101011100 111000 111111

Color Harmonies of #D56A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A80

Black with #D56A80

Text Example


Text Example

White with #D56A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A80; }

 p { color: rgb(213,106,128); }

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

background-color css

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

 a { background-color: rgb(213,106,128); }

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

border-color css

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

 span { border-color: rgb(213,106,128); }

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