Html Css Color HEX #D16995 Hopbush

📋 copy color: '#D16995'

red 209 ◦ green 105 ◦ blue 149

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

Shades of Hopbush #D16995

Tints of Hopbush #D16995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 45.14%
G = 22.68%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D16995 (or 0xD16995) is known color: Hopbush. HEX triplet: D1, 69 and 95. RGB value is (209,105,149). Sum of RGB (Red+Green+Blue) = 209+105+149=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D16995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16995 is #2E966A. Grayscale: #8D8D8D. Windows color (decimal): -3053163 or 9791953. OLE color: 9791953.

HSL color Cylindrical-coordinate representation of color #D16995: hue angle of 334.62º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16995 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 149 -
CMYK 0 0.50 0.29 0.18
HSL 334.62º 0.53% 0.62% -
HSV(B) 334.62º 0.5% 0.82% -
XYZ 36.77 25.83 31.48 -
YUV 141.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 209 105 149 0 0.50 0.29 0.18 334.62 0.53 0.62
Hex D1 69 95 0 32 1D 12 14F 35 3E
Octal 321 151 225 0 62 35 22 517 65 76
Binary 11010001 1101001 10010101 0 110010 11101 10010 101001111 110101 111110

Color Harmonies of #D16995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16995

Black with #D16995

Text Example


Text Example

White with #D16995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16995; }

 p { color: rgb(209,105,149); }

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

background-color css

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

 a { background-color: rgb(209,105,149); }

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

border-color css

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

 span { border-color: rgb(209,105,149); }

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