#D06395

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

Shades of Hopbush #D06395

Tints of Hopbush #D06395

Color information

#D06395 (or 0xD06395) is unknown color: approx Hopbush. HEX triplet: D0, 63 and 95. RGB value is (208,99,149). Sum of RGB (Red+Green+Blue) = 208+99+149=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D06395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06395 is #2F9C6A. Grayscale: #898989. Windows color (decimal): -3120235 or 9790416. OLE color: 9790416.

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

Color convert

RGB20899149-
CMYK00.520.280.18
HSL332.48º53.69%60.2%-
HSV(B)332.48º52.4%81.57%-
XYZ35.924.531.27-
YUV137.29134.61178.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=45.61%
G=21.71%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089914900.520.280.18332.4853.6960.2
HexD063950341C1214c363c
Octal32014322506434225146674
Binary1101000011000111001010101101001110010010101001100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06395; }

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

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

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

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

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

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

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

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