Html Css Color HEX #D56A7D Charm

📋 copy color: '#D56A7D'

red 213 ◦ green 106 ◦ blue 125

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

Shades of Charm #D56A7D

Tints of Charm #D56A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

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

R = 47.97%
G = 23.87%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D56A7D (or 0xD56A7D) is known color: Charm. HEX triplet: D5, 6A and 7D. RGB value is (213,106,125). Sum of RGB (Red+Green+Blue) = 213+106+125=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A7D is #2A9582. Grayscale: #8C8C8C. Windows color (decimal): -2790787 or 8219349. OLE color: 8219349.

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

Color convert

RGB 213 106 125 -
CMYK 0 0.50 0.41 0.16
HSL 349.35º 0.56% 0.63% -
HSV(B) 349.35º 0.5% 0.84% -
XYZ 36.3 25.93 22.49 -
YUV 140.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 213 106 125 0 0.50 0.41 0.16 349.35 0.56 0.63
Hex D5 6A 7D 0 32 29 10 15D 38 3F
Octal 325 152 175 0 62 51 20 535 70 77
Binary 11010101 1101010 1111101 0 110010 101001 10000 101011101 111000 111111

Color Harmonies of #D56A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A7D

Black with #D56A7D

Text Example


Text Example

White with #D56A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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