#D06394

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

Shades of Hopbush #D06394

Tints of Hopbush #D06394

Color information

#D06394 (or 0xD06394) is unknown color: approx Hopbush. HEX triplet: D0, 63 and 94. RGB value is (208,99,148). Sum of RGB (Red+Green+Blue) = 208+99+148=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06394 is #2F9C6B. Grayscale: #898989. Windows color (decimal): -3120236 or 9724880. OLE color: 9724880.

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

Color convert

RGB20899148-
CMYK00.520.290.18
HSL333.03º53.69%60.2%-
HSV(B)333.03º52.4%81.57%-
XYZ35.8224.4730.85-
YUV137.18134.11178.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=45.71%
G=21.76%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089914800.520.290.18333.0353.6960.2
HexD063940341D1214d363c
Octal32014322406435225156674
Binary1101000011000111001010001101001110110010101001101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06394; }

 p { color: rgb(208,99,148); }

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

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

 a { background-color: rgb(208,99,148); }

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

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

 span { border-color: rgb(208,99,148); }

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