Html Css Color HEX #D16D90 Hopbush

📋 copy color: '#D16D90'

red 209 ◦ green 109 ◦ blue 144

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

Shades of Hopbush #D16D90

Tints of Hopbush #D16D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.59%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 45.24%
G = 23.59%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D16D90 (or 0xD16D90) is known color: Hopbush. HEX triplet: D1, 6D and 90. RGB value is (209,109,144). Sum of RGB (Red+Green+Blue) = 209+109+144=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D90 is #2E926F. Grayscale: #8E8E8E. Windows color (decimal): -3052144 or 9465297. OLE color: 9465297.

HSL color Cylindrical-coordinate representation of color #D16D90: hue angle of 339º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16D90 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 109 144 -
CMYK 0 0.48 0.31 0.18
HSL 339º 0.52% 0.62% -
HSV(B) 339º 0.48% 0.82% -
XYZ 36.8 26.51 29.56 -
YUV 142.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 209 109 144 0 0.48 0.31 0.18 339 0.52 0.62
Hex D1 6D 90 0 30 1F 12 153 34 3E
Octal 321 155 220 0 60 37 22 523 64 76
Binary 11010001 1101101 10010000 0 110000 11111 10010 101010011 110100 111110

Color Harmonies of #D16D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D90

Black with #D16D90

Text Example


Text Example

White with #D16D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D90; }

 p { color: rgb(209,109,144); }

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

background-color css

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

 a { background-color: rgb(209,109,144); }

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

border-color css

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

 span { border-color: rgb(209,109,144); }

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