Html Css Color HEX #D16D8C Charm

📋 copy color: '#D16D8C'

red 209 ◦ green 109 ◦ blue 140

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

Shades of Charm #D16D8C

Tints of Charm #D16D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 45.63%
G = 23.8%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D16D8C (or 0xD16D8C) is known color: Charm. HEX triplet: D1, 6D and 8C. RGB value is (209,109,140). Sum of RGB (Red+Green+Blue) = 209+109+140=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D8C is #2E9273. Grayscale: #8E8E8E. Windows color (decimal): -3052148 or 9203153. OLE color: 9203153.

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

Color convert

RGB 209 109 140 -
CMYK 0 0.48 0.33 0.18
HSL 341.4º 0.52% 0.62% -
HSV(B) 341.4º 0.48% 0.82% -
XYZ 36.5 26.39 27.98 -
YUV 142.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 209 109 140 0 0.48 0.33 0.18 341.4 0.52 0.62
Hex D1 6D 8C 0 30 21 12 155 34 3E
Octal 321 155 214 0 60 41 22 525 64 76
Binary 11010001 1101101 10001100 0 110000 100001 10010 101010101 110100 111110

Color Harmonies of #D16D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D8C

Black with #D16D8C

Text Example


Text Example

White with #D16D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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