#d9609d

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

Shades of Hopbush #D9609D

Tints of Hopbush #D9609D

Color information

#D9609D (or 0xD9609D) is unknown color: approx Hopbush. HEX triplet: D9, 60 and 9D. RGB value is (217,96,157). Sum of RGB (Red+Green+Blue) = 217+96+157=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9609D is #269F62. Grayscale: #8B8B8B. Windows color (decimal): -2531171 or 10313945. OLE color: 10313945.

HSL color Cylindrical-coordinate representation of color #D9609D: hue angle of 329.75º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9609D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21796157-
CMYK00.560.280.15
HSL329.75º61.42%61.37%-
HSV(B)329.75º55.76%85.1%-
XYZ38.8825.5534.78-
YUV139.13138.09183.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=46.17%
G=20.43%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179615700.560.280.15329.7561.4261.37
HexD9609D0381CF14a3d3d
Octal33114023507034175127575
Binary110110011100000100111010111000111001111101001010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9609d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9609d; }

 p { color: rgb(217,96,157); }

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

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

 a { background-color: rgb(217,96,157); }

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

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

 span { border-color: rgb(217,96,157); }

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