Html Css Color HEX #D56D7D Charm

📋 copy color: '#D56D7D'

red 213 ◦ green 109 ◦ blue 125

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

Shades of Charm #D56D7D

Tints of Charm #D56D7D

RGB

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

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

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

R = 47.65%
G = 24.38%
B = 27.96%

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

#D56D7D (or 0xD56D7D) is known color: Charm. HEX triplet: D5, 6D and 7D. RGB value is (213,109,125). Sum of RGB (Red+Green+Blue) = 213+109+125=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D7D is #2A9282. Grayscale: #8D8D8D. Windows color (decimal): -2790019 or 8220117. OLE color: 8220117.

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

Color convert

RGB 213 109 125 -
CMYK 0 0.49 0.41 0.16
HSL 350.77º 0.55% 0.63% -
HSV(B) 350.77º 0.49% 0.84% -
XYZ 36.61 26.56 22.6 -
YUV 141.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 213 109 125 0 0.49 0.41 0.16 350.77 0.55 0.63
Hex D5 6D 7D 0 31 29 10 15F 37 3F
Octal 325 155 175 0 61 51 20 537 67 77
Binary 11010101 1101101 1111101 0 110001 101001 10000 101011111 110111 111111

Color Harmonies of #D56D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D7D

Black with #D56D7D

Text Example


Text Example

White with #D56D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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