#D06995

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

Shades of Hopbush #D06995

Tints of Hopbush #D06995

Color information

#D06995 (or 0xD06995) is unknown color: approx Hopbush. HEX triplet: D0, 69 and 95. RGB value is (208,105,149). Sum of RGB (Red+Green+Blue) = 208+105+149=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06995 is #2F966A. Grayscale: #8C8C8C. Windows color (decimal): -3118699 or 9791952. OLE color: 9791952.

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

Color convert

RGB208105149-
CMYK00.500.280.18
HSL334.37º52.28%61.37%-
HSV(B)334.37º49.52%81.57%-
XYZ36.4925.6831.47-
YUV140.81132.62175.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=45.02%
G=22.73%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810514900.500.280.18334.3752.2861.37
HexD069950321C1214e343d
Octal32015122506234225166475
Binary1101000011010011001010101100101110010010101001110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06995; }

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

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

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

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

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

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

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

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