Html Css Color HEX #D56D7E Charm

📋 copy color: '#D56D7E'

red 213 ◦ green 109 ◦ blue 126

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

Shades of Charm #D56D7E

Tints of Charm #D56D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.33%

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 47.54%
G = 24.33%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D56D7E (or 0xD56D7E) is known color: Charm. HEX triplet: D5, 6D and 7E. RGB value is (213,109,126). Sum of RGB (Red+Green+Blue) = 213+109+126=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D7E is #2A9281. Grayscale: #8E8E8E. Windows color (decimal): -2790018 or 8285653. OLE color: 8285653.

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

Color convert

RGB 213 109 126 -
CMYK 0 0.49 0.41 0.16
HSL 350.19º 0.55% 0.63% -
HSV(B) 350.19º 0.49% 0.84% -
XYZ 36.68 26.59 22.94 -
YUV 142.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 213 109 126 0 0.49 0.41 0.16 350.19 0.55 0.63
Hex D5 6D 7E 0 31 29 10 15E 37 3F
Octal 325 155 176 0 61 51 20 536 67 77
Binary 11010101 1101101 1111110 0 110001 101001 10000 101011110 110111 111111

Color Harmonies of #D56D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D7E

Black with #D56D7E

Text Example


Text Example

White with #D56D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D7E; }

 p { color: rgb(213,109,126); }

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

background-color css

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

 a { background-color: rgb(213,109,126); }

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

border-color css

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

 span { border-color: rgb(213,109,126); }

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