Html Css Color HEX #D56C7D Charm

📋 copy color: '#D56C7D'

red 213 ◦ green 108 ◦ blue 125

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

Shades of Charm #D56C7D

Tints of Charm #D56C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 47.76%
G = 24.22%
B = 28.03%

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

#D56C7D (or 0xD56C7D) is known color: Charm. HEX triplet: D5, 6C and 7D. RGB value is (213,108,125). Sum of RGB (Red+Green+Blue) = 213+108+125=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C7D is #2A9382. Grayscale: #8D8D8D. Windows color (decimal): -2790275 or 8219861. OLE color: 8219861.

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

Color convert

RGB 213 108 125 -
CMYK 0 0.49 0.41 0.16
HSL 350.29º 0.56% 0.63% -
HSV(B) 350.29º 0.49% 0.84% -
XYZ 36.5 26.35 22.56 -
YUV 141.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 213 108 125 0 0.49 0.41 0.16 350.29 0.56 0.63
Hex D5 6C 7D 0 31 29 10 15E 38 3F
Octal 325 154 175 0 61 51 20 536 70 77
Binary 11010101 1101100 1111101 0 110001 101001 10000 101011110 111000 111111

Color Harmonies of #D56C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C7D

Black with #D56C7D

Text Example


Text Example

White with #D56C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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