#D0608D

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

Shades of Hopbush #D0608D

Tints of Hopbush #D0608D

Color information

#D0608D (or 0xD0608D) is unknown color: approx Hopbush. HEX triplet: D0, 60 and 8D. RGB value is (208,96,141). Sum of RGB (Red+Green+Blue) = 208+96+141=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0608D is #2F9F72. Grayscale: #868686. Windows color (decimal): -3121011 or 9265360. OLE color: 9265360.

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

Color convert

RGB20896141-
CMYK00.540.320.18
HSL335.89º54.37%59.61%-
HSV(B)335.89º53.85%81.57%-
XYZ3523.727.93-
YUV134.62131.61180.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=46.74%
G=21.57%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089614100.540.320.18335.8954.3759.61
HexD0608D0362012150363c
Octal32014021506640225206674
Binary11010000110000010001101011011010000010010101010000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0608D; }

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

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

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

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

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

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

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

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