#D06994

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

Shades of Hopbush #D06994

Tints of Hopbush #D06994

Color information

#D06994 (or 0xD06994) is unknown color: approx Hopbush. HEX triplet: D0, 69 and 94. RGB value is (208,105,148). Sum of RGB (Red+Green+Blue) = 208+105+148=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D06994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06994 is #2F966B. Grayscale: #8C8C8C. Windows color (decimal): -3118700 or 9726416. OLE color: 9726416.

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

Color convert

RGB208105148-
CMYK00.500.290.18
HSL334.95º52.28%61.37%-
HSV(B)334.95º49.52%81.57%-
XYZ36.4125.6531.05-
YUV140.7132.12176-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=45.12%
G=22.78%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810514800.500.290.18334.9552.2861.37
HexD069940321D1214f343d
Octal32015122406235225176475
Binary1101000011010011001010001100101110110010101001111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06994; }

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

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

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

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

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

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

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

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