Html Css Color HEX #D16980 Charm

📋 copy color: '#D16980'

red 209 ◦ green 105 ◦ blue 128

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

Shades of Charm #D16980

Tints of Charm #D16980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 47.29%
G = 23.76%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D16980 (or 0xD16980) is known color: Charm. HEX triplet: D1, 69 and 80. RGB value is (209,105,128). Sum of RGB (Red+Green+Blue) = 209+105+128=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16980 is #2E967F. Grayscale: #8A8A8A. Windows color (decimal): -3053184 or 8415697. OLE color: 8415697.

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

Color convert

RGB 209 105 128 -
CMYK 0 0.50 0.39 0.18
HSL 346.73º 0.53% 0.62% -
HSV(B) 346.73º 0.5% 0.82% -
XYZ 35.24 25.22 23.43 -
YUV 138.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 209 105 128 0 0.50 0.39 0.18 346.73 0.53 0.62
Hex D1 69 80 0 32 27 12 15B 35 3E
Octal 321 151 200 0 62 47 22 533 65 76
Binary 11010001 1101001 10000000 0 110010 100111 10010 101011011 110101 111110

Color Harmonies of #D16980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16980

Black with #D16980

Text Example


Text Example

White with #D16980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16980; }

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

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

background-color css

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

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

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

border-color css

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

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

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