Html Css Color HEX #D16982 Charm

📋 copy color: '#D16982'

red 209 ◦ green 105 ◦ blue 130

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

Shades of Charm #D16982

Tints of Charm #D16982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 47.07%
G = 23.65%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D16982 (or 0xD16982) is known color: Charm. HEX triplet: D1, 69 and 82. RGB value is (209,105,130). Sum of RGB (Red+Green+Blue) = 209+105+130=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D16982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16982 is #2E967D. Grayscale: #8A8A8A. Windows color (decimal): -3053182 or 8546769. OLE color: 8546769.

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

Color convert

RGB 209 105 130 -
CMYK 0 0.50 0.38 0.18
HSL 345.58º 0.53% 0.62% -
HSV(B) 345.58º 0.5% 0.82% -
XYZ 35.38 25.27 24.13 -
YUV 138.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 209 105 130 0 0.50 0.38 0.18 345.58 0.53 0.62
Hex D1 69 82 0 32 26 12 15A 35 3E
Octal 321 151 202 0 62 46 22 532 65 76
Binary 11010001 1101001 10000010 0 110010 100110 10010 101011010 110101 111110

Color Harmonies of #D16982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16982

Black with #D16982

Text Example


Text Example

White with #D16982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16982; }

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

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

background-color css

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

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

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

border-color css

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

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

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