Html Css Color HEX #D56F85 Charm

📋 copy color: '#D56F85'

red 213 ◦ green 111 ◦ blue 133

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

Shades of Charm #D56F85

Tints of Charm #D56F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

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

R = 46.61%
G = 24.29%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D56F85 (or 0xD56F85) is known color: Charm. HEX triplet: D5, 6F and 85. RGB value is (213,111,133). Sum of RGB (Red+Green+Blue) = 213+111+133=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F85 is #2A907A. Grayscale: #909090. Windows color (decimal): -2789499 or 8744917. OLE color: 8744917.

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

Color convert

RGB 213 111 133 -
CMYK 0 0.48 0.38 0.16
HSL 347.06º 0.55% 0.64% -
HSV(B) 347.06º 0.48% 0.84% -
XYZ 37.36 27.21 25.47 -
YUV 144.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 213 111 133 0 0.48 0.38 0.16 347.06 0.55 0.64
Hex D5 6F 85 0 30 26 10 15B 37 40
Octal 325 157 205 0 60 46 20 533 67 100
Binary 11010101 1101111 10000101 0 110000 100110 10000 101011011 110111 1000000

Color Harmonies of #D56F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F85

Black with #D56F85

Text Example


Text Example

White with #D56F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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