Html Css Color HEX #D16D8B Charm

📋 copy color: '#D16D8B'

red 209 ◦ green 109 ◦ blue 139

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

Shades of Charm #D16D8B

Tints of Charm #D16D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.42%

R = 45.73%
G = 23.85%
B = 30.42%

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

#D16D8B (or 0xD16D8B) is known color: Charm. HEX triplet: D1, 6D and 8B. RGB value is (209,109,139). Sum of RGB (Red+Green+Blue) = 209+109+139=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D8B is #2E9274. Grayscale: #8E8E8E. Windows color (decimal): -3052149 or 9137617. OLE color: 9137617.

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

Color convert

RGB 209 109 139 -
CMYK 0 0.48 0.33 0.18
HSL 342º 0.52% 0.62% -
HSV(B) 342º 0.48% 0.82% -
XYZ 36.42 26.36 27.59 -
YUV 142.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 209 109 139 0 0.48 0.33 0.18 342 0.52 0.62
Hex D1 6D 8B 0 30 21 12 156 34 3E
Octal 321 155 213 0 60 41 22 526 64 76
Binary 11010001 1101101 10001011 0 110000 100001 10010 101010110 110100 111110

Color Harmonies of #D16D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D8B

Black with #D16D8B

Text Example


Text Example

White with #D16D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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