Html Css Color HEX #D16D89 Charm

📋 copy color: '#D16D89'

red 209 ◦ green 109 ◦ blue 137

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

Shades of Charm #D16D89

Tints of Charm #D16D89

RGB

 RED value IS 209 (82.03% from 255) = 45.93%

 GREEN value IS 109 (42.97% from 255) = 23.96%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 45.93%
G = 23.96%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D16D89 (or 0xD16D89) is known color: Charm. HEX triplet: D1, 6D and 89. RGB value is (209,109,137). Sum of RGB (Red+Green+Blue) = 209+109+137=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D89 is #2E9276. Grayscale: #8E8E8E. Windows color (decimal): -3052151 or 9006545. OLE color: 9006545.

HSL color Cylindrical-coordinate representation of color #D16D89: hue angle of 343.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16D89 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 109 137 -
CMYK 0 0.48 0.34 0.18
HSL 343.2º 0.52% 0.62% -
HSV(B) 343.2º 0.48% 0.82% -
XYZ 36.28 26.3 26.83 -
YUV 142.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 209 109 137 0 0.48 0.34 0.18 343.2 0.52 0.62
Hex D1 6D 89 0 30 22 12 157 34 3E
Octal 321 155 211 0 60 42 22 527 64 76
Binary 11010001 1101101 10001001 0 110000 100010 10010 101010111 110100 111110

Color Harmonies of #D16D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D89

Black with #D16D89

Text Example


Text Example

White with #D16D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D89; }

 p { color: rgb(209,109,137); }

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

background-color css

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

 a { background-color: rgb(209,109,137); }

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

border-color css

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

 span { border-color: rgb(209,109,137); }

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