Html Css Color HEX #D56985 Charm

📋 copy color: '#D56985'

red 213 ◦ green 105 ◦ blue 133

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

Shades of Charm #D56985

Tints of Charm #D56985

RGB

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

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

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

R = 47.23%
G = 23.28%
B = 29.49%

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

#D56985 (or 0xD56985) is known color: Charm. HEX triplet: D5, 69 and 85. RGB value is (213,105,133). Sum of RGB (Red+Green+Blue) = 213+105+133=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D56985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56985 is #2A967A. Grayscale: #8C8C8C. Windows color (decimal): -2791035 or 8743381. OLE color: 8743381.

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

Color convert

RGB 213 105 133 -
CMYK 0 0.51 0.38 0.16
HSL 344.44º 0.56% 0.62% -
HSV(B) 344.44º 0.51% 0.84% -
XYZ 36.73 25.94 25.26 -
YUV 140.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 213 105 133 0 0.51 0.38 0.16 344.44 0.56 0.62
Hex D5 69 85 0 33 26 10 158 38 3E
Octal 325 151 205 0 63 46 20 530 70 76
Binary 11010101 1101001 10000101 0 110011 100110 10000 101011000 111000 111110

Color Harmonies of #D56985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56985

Black with #D56985

Text Example


Text Example

White with #D56985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56985; }

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

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

background-color css

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

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

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

border-color css

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

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

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