#D16DA0

Color #D16DA0 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D16DA0

Tints of Hopbush #D16DA0

Color information

#D16DA0 (or 0xD16DA0) is unknown color: approx Hopbush. HEX triplet: D1, 6D and A0. RGB value is (209,109,160). Sum of RGB (Red+Green+Blue) = 209+109+160=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DA0 is #2E925F. Grayscale: #909090. Windows color (decimal): -3052128 or 10513873. OLE color: 10513873.

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

Color convert

RGB209109160-
CMYK00.480.230.18
HSL329.4º52.08%62.35%-
HSV(B)329.4º47.85%81.96%-
XYZ38.1127.0336.47-
YUV144.71136.63173.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=43.72%
G=22.80%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910916000.480.230.18329.452.0862.35
HexD16DA00301712149343e
Octal32115524006027225116476
Binary1101000111011011010000001100001011110010101001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DA0; }

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

 H1.HeaderClassName
 {
   color: #D16DA0;
 }
 .AnyTagClassName
 {
   color: #D16DA0;
 }
</style>
background-color css

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

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

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

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

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

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