#D0719E

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

Shades of Hopbush #D0719E

Tints of Hopbush #D0719E

Color information

#D0719E (or 0xD0719E) is unknown color: approx Hopbush. HEX triplet: D0, 71 and 9E. RGB value is (208,113,158). Sum of RGB (Red+Green+Blue) = 208+113+158=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0719E is #2F8E61. Grayscale: #929292. Windows color (decimal): -3116642 or 10383824. OLE color: 10383824.

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

Color convert

RGB208113158-
CMYK00.460.240.18
HSL331.58º50.26%62.94%-
HSV(B)331.58º45.67%81.57%-
XYZ38.0927.6935.68-
YUV146.54134.47171.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=43.42%
G=23.59%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811315800.460.240.18331.5850.2662.94
HexD0719E02E181214c323f
Octal32016123605630225146277
Binary1101000011100011001111001011101100010010101001100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0719E; }

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

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

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

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

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

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

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

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