#D0618C

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

Shades of Hopbush #D0618C

Tints of Hopbush #D0618C

Color information

#D0618C (or 0xD0618C) is unknown color: approx Hopbush. HEX triplet: D0, 61 and 8C. RGB value is (208,97,140). Sum of RGB (Red+Green+Blue) = 208+97+140=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0618C is #2F9E73. Grayscale: #878787. Windows color (decimal): -3120756 or 9200080. OLE color: 9200080.

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

Color convert

RGB20897140-
CMYK00.530.330.18
HSL336.76º54.15%59.8%-
HSV(B)336.76º53.37%81.57%-
XYZ35.0223.8527.57-
YUV135.09130.77180-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=46.74%
G=21.80%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089714000.530.330.18336.7654.1559.8
HexD0618C0352112151363c
Octal32014121406541225216674
Binary11010000110000110001100011010110000110010101010001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0618C; }

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

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

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

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

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

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

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

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