Html Css Color HEX #D16E8B Charm

📋 copy color: '#D16E8B'

red 209 ◦ green 110 ◦ blue 139

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

Shades of Charm #D16E8B

Tints of Charm #D16E8B

RGB

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

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

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

R = 45.63%
G = 24.02%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D16E8B (or 0xD16E8B) is known color: Charm. HEX triplet: D1, 6E and 8B. RGB value is (209,110,139). Sum of RGB (Red+Green+Blue) = 209+110+139=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E8B is #2E9174. Grayscale: #8E8E8E. Windows color (decimal): -3051893 or 9137873. OLE color: 9137873.

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

Color convert

RGB 209 110 139 -
CMYK 0 0.47 0.33 0.18
HSL 342.42º 0.52% 0.63% -
HSV(B) 342.42º 0.47% 0.82% -
XYZ 36.53 26.57 27.63 -
YUV 142.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 209 110 139 0 0.47 0.33 0.18 342.42 0.52 0.63
Hex D1 6E 8B 0 2F 21 12 156 34 3F
Octal 321 156 213 0 57 41 22 526 64 77
Binary 11010001 1101110 10001011 0 101111 100001 10010 101010110 110100 111111

Color Harmonies of #D16E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E8B

Black with #D16E8B

Text Example


Text Example

White with #D16E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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