Html Css Color HEX #D56884 Charm

📋 copy color: '#D56884'

red 213 ◦ green 104 ◦ blue 132

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

Shades of Charm #D56884

Tints of Charm #D56884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 47.44%
G = 23.16%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D56884 (or 0xD56884) is known color: Charm. HEX triplet: D5, 68 and 84. RGB value is (213,104,132). Sum of RGB (Red+Green+Blue) = 213+104+132=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D56884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56884 is #2A977B. Grayscale: #8B8B8B. Windows color (decimal): -2791292 or 8677589. OLE color: 8677589.

HSL color Cylindrical-coordinate representation of color #D56884: hue angle of 344.59º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56884 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 132 -
CMYK 0 0.51 0.38 0.16
HSL 344.59º 0.56% 0.62% -
HSV(B) 344.59º 0.51% 0.84% -
XYZ 36.56 25.71 24.87 -
YUV 139.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 213 104 132 0 0.51 0.38 0.16 344.59 0.56 0.62
Hex D5 68 84 0 33 26 10 159 38 3E
Octal 325 150 204 0 63 46 20 531 70 76
Binary 11010101 1101000 10000100 0 110011 100110 10000 101011001 111000 111110

Color Harmonies of #D56884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56884

Black with #D56884

Text Example


Text Example

White with #D56884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56884; }

 p { color: rgb(213,104,132); }

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

background-color css

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

 a { background-color: rgb(213,104,132); }

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

border-color css

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

 span { border-color: rgb(213,104,132); }

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