#D06194

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

Shades of Hopbush #D06194

Tints of Hopbush #D06194

Color information

#D06194 (or 0xD06194) is unknown color: approx Hopbush. HEX triplet: D0, 61 and 94. RGB value is (208,97,148). Sum of RGB (Red+Green+Blue) = 208+97+148=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06194 is #2F9E6B. Grayscale: #878787. Windows color (decimal): -3120748 or 9724368. OLE color: 9724368.

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

Color convert

RGB20897148-
CMYK00.530.290.18
HSL332.43º54.15%59.8%-
HSV(B)332.43º53.37%81.57%-
XYZ35.6324.130.79-
YUV136134.77179.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=45.92%
G=21.41%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089714800.530.290.18332.4354.1559.8
HexD061940351D1214c363c
Octal32014122406535225146674
Binary1101000011000011001010001101011110110010101001100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06194; }

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

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

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

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

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

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

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

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