Html Css Color HEX #D16F8E Charm

📋 copy color: '#D16F8E'

red 209 ◦ green 111 ◦ blue 142

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

Shades of Charm #D16F8E

Tints of Charm #D16F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 45.24%
G = 24.03%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D16F8E (or 0xD16F8E) is known color: Charm. HEX triplet: D1, 6F and 8E. RGB value is (209,111,142). Sum of RGB (Red+Green+Blue) = 209+111+142=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F8E is #2E9071. Grayscale: #8F8F8F. Windows color (decimal): -3051634 or 9334737. OLE color: 9334737.

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

Color convert

RGB 209 111 142 -
CMYK 0 0.47 0.32 0.18
HSL 341.02º 0.52% 0.63% -
HSV(B) 341.02º 0.47% 0.82% -
XYZ 36.86 26.88 28.84 -
YUV 143.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 209 111 142 0 0.47 0.32 0.18 341.02 0.52 0.63
Hex D1 6F 8E 0 2F 20 12 155 34 3F
Octal 321 157 216 0 57 40 22 525 64 77
Binary 11010001 1101111 10001110 0 101111 100000 10010 101010101 110100 111111

Color Harmonies of #D16F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F8E

Black with #D16F8E

Text Example


Text Example

White with #D16F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F8E; }

 p { color: rgb(209,111,142); }

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

background-color css

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

 a { background-color: rgb(209,111,142); }

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

border-color css

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

 span { border-color: rgb(209,111,142); }

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