#D17A9D

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

Shades of Hopbush #D17A9D

Tints of Hopbush #D17A9D

Color information

#D17A9D (or 0xD17A9D) is unknown color: approx Hopbush. HEX triplet: D1, 7A and 9D. RGB value is (209,122,157). Sum of RGB (Red+Green+Blue) = 209+122+157=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17A9D is #2E8562. Grayscale: #979797. Windows color (decimal): -3048803 or 10320593. OLE color: 10320593.

HSL color Cylindrical-coordinate representation of color #D17A9D: hue angle of 335.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17A9D is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209122157-
CMYK00.420.250.18
HSL335.86º48.6%64.9%-
HSV(B)335.86º41.63%81.96%-
XYZ39.3429.9135.6-
YUV152130.82168.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=42.83%
G=25%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912215700.420.250.18335.8648.664.9
HexD17A9D02A19121503141
Octal321172235052312252061101
Binary11010001111101010011101010101011001100101010100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A9D; }

 p { color: rgb(209,122,157); }

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

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

 a { background-color: rgb(209,122,157); }

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

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

 span { border-color: rgb(209,122,157); }

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