#D07194

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

Shades of Hopbush #D07194

Tints of Hopbush #D07194

Color information

#D07194 (or 0xD07194) is unknown color: approx Hopbush. HEX triplet: D0, 71 and 94. RGB value is (208,113,148). Sum of RGB (Red+Green+Blue) = 208+113+148=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07194 is #2F8E6B. Grayscale: #919191. Windows color (decimal): -3116652 or 9728464. OLE color: 9728464.

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

Color convert

RGB208113148-
CMYK00.460.290.18
HSL337.89º50.26%62.94%-
HSV(B)337.89º45.67%81.57%-
XYZ37.2627.3631.33-
YUV145.39129.47172.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=44.35%
G=24.09%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811314800.460.290.18337.8950.2662.94
HexD0719402E1D12152323f
Octal32016122405635225226277
Binary1101000011100011001010001011101110110010101010010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07194; }

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

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

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

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

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

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

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

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