Html Css Color HEX #D16882 Charm

📋 copy color: '#D16882'

red 209 ◦ green 104 ◦ blue 130

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

Shades of Charm #D16882

Tints of Charm #D16882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 47.18%
G = 23.48%
B = 29.35%

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

#D16882 (or 0xD16882) is known color: Charm. HEX triplet: D1, 68 and 82. RGB value is (209,104,130). Sum of RGB (Red+Green+Blue) = 209+104+130=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D16882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16882 is #2E977D. Grayscale: #8A8A8A. Windows color (decimal): -3053438 or 8546513. OLE color: 8546513.

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

Color convert

RGB 209 104 130 -
CMYK 0 0.50 0.38 0.18
HSL 345.14º 0.53% 0.61% -
HSV(B) 345.14º 0.5% 0.82% -
XYZ 35.27 25.07 24.1 -
YUV 138.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 209 104 130 0 0.50 0.38 0.18 345.14 0.53 0.61
Hex D1 68 82 0 32 26 12 159 35 3D
Octal 321 150 202 0 62 46 22 531 65 75
Binary 11010001 1101000 10000010 0 110010 100110 10010 101011001 110101 111101

Color Harmonies of #D16882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16882

Black with #D16882

Text Example


Text Example

White with #D16882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16882; }

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

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

background-color css

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

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

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

border-color css

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

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

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