#D2609D

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

Shades of Hopbush #D2609D

Tints of Hopbush #D2609D

Color information

#D2609D (or 0xD2609D) is unknown color: approx Hopbush. HEX triplet: D2, 60 and 9D. RGB value is (210,96,157). Sum of RGB (Red+Green+Blue) = 210+96+157=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2609D is #2D9F62. Grayscale: #888888. Windows color (decimal): -2989923 or 10313938. OLE color: 10313938.

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

Color convert

RGB21096157-
CMYK00.540.250.18
HSL327.89º55.88%60%-
HSV(B)327.89º54.29%82.35%-
XYZ36.8524.534.69-
YUV137.04139.27180.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=45.36%
G=20.73%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109615700.540.250.18327.8955.8860
HexD2609D0361912148383c
Octal32214023506631225107074
Binary1101001011000001001110101101101100110010101001000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2609D; }

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

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

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

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

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

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

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

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