Html Css Color HEX #D56B8A Charm

📋 copy color: '#D56B8A'

red 213 ◦ green 107 ◦ blue 138

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

Shades of Charm #D56B8A

Tints of Charm #D56B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.36%

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

R = 46.51%
G = 23.36%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D56B8A (or 0xD56B8A) is known color: Charm. HEX triplet: D5, 6B and 8A. RGB value is (213,107,138). Sum of RGB (Red+Green+Blue) = 213+107+138=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56B8A is #2A9475. Grayscale: #8E8E8E. Windows color (decimal): -2790518 or 9071573. OLE color: 9071573.

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

Color convert

RGB 213 107 138 -
CMYK 0 0.50 0.35 0.16
HSL 342.45º 0.56% 0.63% -
HSV(B) 342.45º 0.5% 0.84% -
XYZ 37.29 26.5 27.19 -
YUV 142.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 213 107 138 0 0.50 0.35 0.16 342.45 0.56 0.63
Hex D5 6B 8A 0 32 23 10 156 38 3F
Octal 325 153 212 0 62 43 20 526 70 77
Binary 11010101 1101011 10001010 0 110010 100011 10000 101010110 111000 111111

Color Harmonies of #D56B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B8A

Black with #D56B8A

Text Example


Text Example

White with #D56B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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