Html Css Color HEX #D16984 Charm

📋 copy color: '#D16984'

red 209 ◦ green 105 ◦ blue 132

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

Shades of Charm #D16984

Tints of Charm #D16984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 46.86%
G = 23.54%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D16984 (or 0xD16984) is known color: Charm. HEX triplet: D1, 69 and 84. RGB value is (209,105,132). Sum of RGB (Red+Green+Blue) = 209+105+132=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16984 is #2E967B. Grayscale: #8B8B8B. Windows color (decimal): -3053180 or 8677841. OLE color: 8677841.

HSL color Cylindrical-coordinate representation of color #D16984: hue angle of 344.42º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16984 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 132 -
CMYK 0 0.50 0.37 0.18
HSL 344.42º 0.53% 0.62% -
HSV(B) 344.42º 0.5% 0.82% -
XYZ 35.51 25.32 24.85 -
YUV 139.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 209 105 132 0 0.50 0.37 0.18 344.42 0.53 0.62
Hex D1 69 84 0 32 25 12 158 35 3E
Octal 321 151 204 0 62 45 22 530 65 76
Binary 11010001 1101001 10000100 0 110010 100101 10010 101011000 110101 111110

Color Harmonies of #D16984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16984

Black with #D16984

Text Example


Text Example

White with #D16984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16984; }

 p { color: rgb(209,105,132); }

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

background-color css

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

 a { background-color: rgb(209,105,132); }

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

border-color css

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

 span { border-color: rgb(209,105,132); }

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