Html Css Color HEX #D16A7D Charm

📋 copy color: '#D16A7D'

red 209 ◦ green 106 ◦ blue 125

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

Shades of Charm #D16A7D

Tints of Charm #D16A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 47.5%
G = 24.09%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D16A7D (or 0xD16A7D) is known color: Charm. HEX triplet: D1, 6A and 7D. RGB value is (209,106,125). Sum of RGB (Red+Green+Blue) = 209+106+125=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A7D is #2E9582. Grayscale: #8A8A8A. Windows color (decimal): -3052931 or 8219345. OLE color: 8219345.

HSL color Cylindrical-coordinate representation of color #D16A7D: hue angle of 348.93º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A7D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 125 -
CMYK 0 0.49 0.40 0.18
HSL 348.93º 0.53% 0.62% -
HSV(B) 348.93º 0.49% 0.82% -
XYZ 35.15 25.34 22.44 -
YUV 138.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 209 106 125 0 0.49 0.40 0.18 348.93 0.53 0.62
Hex D1 6A 7D 0 31 28 12 15D 35 3E
Octal 321 152 175 0 61 50 22 535 65 76
Binary 11010001 1101010 1111101 0 110001 101000 10010 101011101 110101 111110

Color Harmonies of #D16A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A7D

Black with #D16A7D

Text Example


Text Example

White with #D16A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A7D; }

 p { color: rgb(209,106,125); }

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

background-color css

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

 a { background-color: rgb(209,106,125); }

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

border-color css

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

 span { border-color: rgb(209,106,125); }

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