Html Css Color HEX #D56E7E Charm

📋 copy color: '#D56E7E'

red 213 ◦ green 110 ◦ blue 126

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

Shades of Charm #D56E7E

Tints of Charm #D56E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

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

R = 47.44%
G = 24.5%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D56E7E (or 0xD56E7E) is known color: Charm. HEX triplet: D5, 6E and 7E. RGB value is (213,110,126). Sum of RGB (Red+Green+Blue) = 213+110+126=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E7E is #2A9181. Grayscale: #8E8E8E. Windows color (decimal): -2789762 or 8285909. OLE color: 8285909.

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

Color convert

RGB 213 110 126 -
CMYK 0 0.48 0.41 0.16
HSL 350.68º 0.55% 0.63% -
HSV(B) 350.68º 0.48% 0.84% -
XYZ 36.78 26.8 22.97 -
YUV 142.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 213 110 126 0 0.48 0.41 0.16 350.68 0.55 0.63
Hex D5 6E 7E 0 30 29 10 15F 37 3F
Octal 325 156 176 0 60 51 20 537 67 77
Binary 11010101 1101110 1111110 0 110000 101001 10000 101011111 110111 111111

Color Harmonies of #D56E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E7E

Black with #D56E7E

Text Example


Text Example

White with #D56E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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