Html Css Color HEX #D16E85 Charm

📋 copy color: '#D16E85'

red 209 ◦ green 110 ◦ blue 133

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

Shades of Charm #D16E85

Tints of Charm #D16E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 46.24%
G = 24.34%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D16E85 (or 0xD16E85) is known color: Charm. HEX triplet: D1, 6E and 85. RGB value is (209,110,133). Sum of RGB (Red+Green+Blue) = 209+110+133=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E85 is #2E917A. Grayscale: #8E8E8E. Windows color (decimal): -3051899 or 8744657. OLE color: 8744657.

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

Color convert

RGB 209 110 133 -
CMYK 0 0.47 0.36 0.18
HSL 346.06º 0.52% 0.63% -
HSV(B) 346.06º 0.47% 0.82% -
XYZ 36.1 26.4 25.38 -
YUV 142.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 209 110 133 0 0.47 0.36 0.18 346.06 0.52 0.63
Hex D1 6E 85 0 2F 24 12 15A 34 3F
Octal 321 156 205 0 57 44 22 532 64 77
Binary 11010001 1101110 10000101 0 101111 100100 10010 101011010 110100 111111

Color Harmonies of #D16E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E85

Black with #D16E85

Text Example


Text Example

White with #D16E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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