#D0619C

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

Shades of Hopbush #D0619C

Tints of Hopbush #D0619C

Color information

#D0619C (or 0xD0619C) is unknown color: approx Hopbush. HEX triplet: D0, 61 and 9C. RGB value is (208,97,156). Sum of RGB (Red+Green+Blue) = 208+97+156=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0619C is #2F9E63. Grayscale: #888888. Windows color (decimal): -3120740 or 10248656. OLE color: 10248656.

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

Color convert

RGB20897156-
CMYK00.530.250.18
HSL328.11º54.15%59.8%-
HSV(B)328.11º53.37%81.57%-
XYZ36.2924.3634.24-
YUV136.92138.77178.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=45.12%
G=21.04%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089715600.530.250.18328.1154.1559.8
HexD0619C0351912148363c
Octal32014123406531225106674
Binary1101000011000011001110001101011100110010101001000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0619C; }

 p { color: rgb(208,97,156); }

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

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

 a { background-color: rgb(208,97,156); }

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

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

 span { border-color: rgb(208,97,156); }

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