Html Css Color HEX #D56C7E Charm

📋 copy color: '#D56C7E'

red 213 ◦ green 108 ◦ blue 126

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

Shades of Charm #D56C7E

Tints of Charm #D56C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

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

R = 47.65%
G = 24.16%
B = 28.19%

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

#D56C7E (or 0xD56C7E) is known color: Charm. HEX triplet: D5, 6C and 7E. RGB value is (213,108,126). Sum of RGB (Red+Green+Blue) = 213+108+126=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C7E is #2A9381. Grayscale: #8D8D8D. Windows color (decimal): -2790274 or 8285397. OLE color: 8285397.

HSL color Cylindrical-coordinate representation of color #D56C7E: hue angle of 349.71º degrees, saturation: 0.56, 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 #D56C7E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 126 -
CMYK 0 0.49 0.41 0.16
HSL 349.71º 0.56% 0.63% -
HSV(B) 349.71º 0.49% 0.84% -
XYZ 36.57 26.38 22.9 -
YUV 141.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 213 108 126 0 0.49 0.41 0.16 349.71 0.56 0.63
Hex D5 6C 7E 0 31 29 10 15E 38 3F
Octal 325 154 176 0 61 51 20 536 70 77
Binary 11010101 1101100 1111110 0 110001 101001 10000 101011110 111000 111111

Color Harmonies of #D56C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C7E

Black with #D56C7E

Text Example


Text Example

White with #D56C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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