Html Css Color HEX #D16F85 Charm

📋 copy color: '#D16F85'

red 209 ◦ green 111 ◦ blue 133

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

Shades of Charm #D16F85

Tints of Charm #D16F85

RGB

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

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

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

R = 46.14%
G = 24.5%
B = 29.36%

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

#D16F85 (or 0xD16F85) is known color: Charm. HEX triplet: D1, 6F and 85. RGB value is (209,111,133). Sum of RGB (Red+Green+Blue) = 209+111+133=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F85 is #2E907A. Grayscale: #8E8E8E. Windows color (decimal): -3051643 or 8744913. OLE color: 8744913.

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

Color convert

RGB 209 111 133 -
CMYK 0 0.47 0.36 0.18
HSL 346.53º 0.52% 0.63% -
HSV(B) 346.53º 0.47% 0.82% -
XYZ 36.21 26.62 25.42 -
YUV 142.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 209 111 133 0 0.47 0.36 0.18 346.53 0.52 0.63
Hex D1 6F 85 0 2F 24 12 15B 34 3F
Octal 321 157 205 0 57 44 22 533 64 77
Binary 11010001 1101111 10000101 0 101111 100100 10010 101011011 110100 111111

Color Harmonies of #D16F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F85

Black with #D16F85

Text Example


Text Example

White with #D16F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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