#D06595

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

Shades of Hopbush #D06595

Tints of Hopbush #D06595

Color information

#D06595 (or 0xD06595) is unknown color: approx Hopbush. HEX triplet: D0, 65 and 95. RGB value is (208,101,149). Sum of RGB (Red+Green+Blue) = 208+101+149=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D06595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06595 is #2F9A6A. Grayscale: #8A8A8A. Windows color (decimal): -3119723 or 9790928. OLE color: 9790928.

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

Color convert

RGB208101149-
CMYK00.510.280.18
HSL333.08º53.23%60.59%-
HSV(B)333.08º51.44%81.57%-
XYZ36.0924.8931.34-
YUV138.46133.95177.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.41%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=45.41%
G=22.05%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810114900.510.280.18333.0853.2360.59
HexD065950331C1214d353d
Octal32014522506334225156575
Binary1101000011001011001010101100111110010010101001101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06595; }

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

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

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

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

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

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

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

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