Html Css Color HEX #D16E8D Charm

📋 copy color: '#D16E8D'

red 209 ◦ green 110 ◦ blue 141

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

Shades of Charm #D16E8D

Tints of Charm #D16E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 45.43%
G = 23.91%
B = 30.65%

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

#D16E8D (or 0xD16E8D) is known color: Charm. HEX triplet: D1, 6E and 8D. RGB value is (209,110,141). Sum of RGB (Red+Green+Blue) = 209+110+141=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E8D is #2E9172. Grayscale: #8F8F8F. Windows color (decimal): -3051891 or 9268945. OLE color: 9268945.

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

Color convert

RGB 209 110 141 -
CMYK 0 0.47 0.33 0.18
HSL 341.21º 0.52% 0.63% -
HSV(B) 341.21º 0.47% 0.82% -
XYZ 36.68 26.63 28.41 -
YUV 143.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 209 110 141 0 0.47 0.33 0.18 341.21 0.52 0.63
Hex D1 6E 8D 0 2F 21 12 155 34 3F
Octal 321 156 215 0 57 41 22 525 64 77
Binary 11010001 1101110 10001101 0 101111 100001 10010 101010101 110100 111111

Color Harmonies of #D16E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E8D

Black with #D16E8D

Text Example


Text Example

White with #D16E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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