Html Css Color HEX #D16994 Hopbush

📋 copy color: '#D16994'

red 209 ◦ green 105 ◦ blue 148

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

Shades of Hopbush #D16994

Tints of Hopbush #D16994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 45.24%
G = 22.73%
B = 32.03%

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

#D16994 (or 0xD16994) is known color: Hopbush. HEX triplet: D1, 69 and 94. RGB value is (209,105,148). Sum of RGB (Red+Green+Blue) = 209+105+148=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16994 is #2E966B. Grayscale: #8C8C8C. Windows color (decimal): -3053164 or 9726417. OLE color: 9726417.

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

Color convert

RGB 209 105 148 -
CMYK 0 0.50 0.29 0.18
HSL 335.19º 0.53% 0.62% -
HSV(B) 335.19º 0.5% 0.82% -
XYZ 36.69 25.8 31.06 -
YUV 141 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 209 105 148 0 0.50 0.29 0.18 335.19 0.53 0.62
Hex D1 69 94 0 32 1D 12 14F 35 3E
Octal 321 151 224 0 62 35 22 517 65 76
Binary 11010001 1101001 10010100 0 110010 11101 10010 101001111 110101 111110

Color Harmonies of #D16994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16994

Black with #D16994

Text Example


Text Example

White with #D16994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16994; }

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

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

background-color css

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

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

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

border-color css

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

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

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