Html Css Color HEX #D56A85 Charm

📋 copy color: '#D56A85'

red 213 ◦ green 106 ◦ blue 133

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

Shades of Charm #D56A85

Tints of Charm #D56A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 47.12%
G = 23.45%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D56A85 (or 0xD56A85) is known color: Charm. HEX triplet: D5, 6A and 85. RGB value is (213,106,133). Sum of RGB (Red+Green+Blue) = 213+106+133=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A85 is #2A957A. Grayscale: #8D8D8D. Windows color (decimal): -2790779 or 8743637. OLE color: 8743637.

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

Color convert

RGB 213 106 133 -
CMYK 0 0.50 0.38 0.16
HSL 344.86º 0.56% 0.63% -
HSV(B) 344.86º 0.5% 0.84% -
XYZ 36.83 26.15 25.3 -
YUV 141.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 213 106 133 0 0.50 0.38 0.16 344.86 0.56 0.63
Hex D5 6A 85 0 32 26 10 159 38 3F
Octal 325 152 205 0 62 46 20 531 70 77
Binary 11010101 1101010 10000101 0 110010 100110 10000 101011001 111000 111111

Color Harmonies of #D56A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A85

Black with #D56A85

Text Example


Text Example

White with #D56A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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