Html Css Color HEX #D16E7C Charm

📋 copy color: '#D16E7C'

red 209 ◦ green 110 ◦ blue 124

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

Shades of Charm #D16E7C

Tints of Charm #D16E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.83%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 47.18%
G = 24.83%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D16E7C (or 0xD16E7C) is known color: Charm. HEX triplet: D1, 6E and 7C. RGB value is (209,110,124). Sum of RGB (Red+Green+Blue) = 209+110+124=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E7C is #2E9183. Grayscale: #8D8D8D. Windows color (decimal): -3051908 or 8154833. OLE color: 8154833.

HSL color Cylindrical-coordinate representation of color #D16E7C: hue angle of 351.52º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16E7C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 124 -
CMYK 0 0.47 0.41 0.18
HSL 351.52º 0.52% 0.63% -
HSV(B) 351.52º 0.47% 0.82% -
XYZ 35.51 26.16 22.25 -
YUV 141.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 209 110 124 0 0.47 0.41 0.18 351.52 0.52 0.63
Hex D1 6E 7C 0 2F 29 12 160 34 3F
Octal 321 156 174 0 57 51 22 540 64 77
Binary 11010001 1101110 1111100 0 101111 101001 10010 101100000 110100 111111

Color Harmonies of #D16E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E7C

Black with #D16E7C

Text Example


Text Example

White with #D16E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E7C; }

 p { color: rgb(209,110,124); }

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

background-color css

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

 a { background-color: rgb(209,110,124); }

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

border-color css

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

 span { border-color: rgb(209,110,124); }

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