Html Css Color HEX #D56E8A Charm

📋 copy color: '#D56E8A'

red 213 ◦ green 110 ◦ blue 138

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

Shades of Charm #D56E8A

Tints of Charm #D56E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 46.2%
G = 23.86%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D56E8A (or 0xD56E8A) is known color: Charm. HEX triplet: D5, 6E and 8A. RGB value is (213,110,138). Sum of RGB (Red+Green+Blue) = 213+110+138=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E8A is #2A9175. Grayscale: #8F8F8F. Windows color (decimal): -2789750 or 9072341. OLE color: 9072341.

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

Color convert

RGB 213 110 138 -
CMYK 0 0.48 0.35 0.16
HSL 343.69º 0.55% 0.63% -
HSV(B) 343.69º 0.48% 0.84% -
XYZ 37.6 27.13 27.3 -
YUV 143.99 124.62 177.22 -
System Red Green Blue C M Y K H S L
Decimal 213 110 138 0 0.48 0.35 0.16 343.69 0.55 0.63
Hex D5 6E 8A 0 30 23 10 158 37 3F
Octal 325 156 212 0 60 43 20 530 67 77
Binary 11010101 1101110 10001010 0 110000 100011 10000 101011000 110111 111111

Color Harmonies of #D56E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E8A

Black with #D56E8A

Text Example


Text Example

White with #D56E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E8A; }

 p { color: rgb(213,110,138); }

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

background-color css

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

 a { background-color: rgb(213,110,138); }

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

border-color css

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

 span { border-color: rgb(213,110,138); }

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