Html Css Color HEX #D56984 Charm

📋 copy color: '#D56984'

red 213 ◦ green 105 ◦ blue 132

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

Shades of Charm #D56984

Tints of Charm #D56984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.33%

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

R = 47.33%
G = 23.33%
B = 29.33%

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

#D56984 (or 0xD56984) is known color: Charm. HEX triplet: D5, 69 and 84. RGB value is (213,105,132). Sum of RGB (Red+Green+Blue) = 213+105+132=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D56984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56984 is #2A967B. Grayscale: #8C8C8C. Windows color (decimal): -2791036 or 8677845. OLE color: 8677845.

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

Color convert

RGB 213 105 132 -
CMYK 0 0.51 0.38 0.16
HSL 345º 0.56% 0.62% -
HSV(B) 345º 0.51% 0.84% -
XYZ 36.66 25.92 24.9 -
YUV 140.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 213 105 132 0 0.51 0.38 0.16 345 0.56 0.62
Hex D5 69 84 0 33 26 10 159 38 3E
Octal 325 151 204 0 63 46 20 531 70 76
Binary 11010101 1101001 10000100 0 110011 100110 10000 101011001 111000 111110

Color Harmonies of #D56984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56984

Black with #D56984

Text Example


Text Example

White with #D56984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56984; }

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

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

background-color css

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

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

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

border-color css

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

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

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