#D0608B

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

Shades of Hopbush #D0608B

Tints of Hopbush #D0608B

Color information

#D0608B (or 0xD0608B) is unknown color: approx Hopbush. HEX triplet: D0, 60 and 8B. RGB value is (208,96,139). Sum of RGB (Red+Green+Blue) = 208+96+139=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0608B is #2F9F74. Grayscale: #868686. Windows color (decimal): -3121013 or 9134288. OLE color: 9134288.

HSL color Cylindrical-coordinate representation of color #D0608B: hue angle of 336.96º degrees, saturation: 0.54, 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 #D0608B is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20896139-
CMYK00.540.330.18
HSL336.96º54.37%59.61%-
HSV(B)336.96º53.85%81.57%-
XYZ34.8623.6427.15-
YUV134.39130.61180.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=46.95%
G=21.67%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089613900.540.330.18336.9654.3759.61
HexD0608B0362112151363c
Octal32014021306641225216674
Binary11010000110000010001011011011010000110010101010001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0608B; }

 p { color: rgb(208,96,139); }

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

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

 a { background-color: rgb(208,96,139); }

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

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

 span { border-color: rgb(208,96,139); }

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