#D07090

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

Shades of Hopbush #D07090

Tints of Hopbush #D07090

Color information

#D07090 (or 0xD07090) is unknown color: approx Hopbush. HEX triplet: D0, 70 and 90. RGB value is (208,112,144). Sum of RGB (Red+Green+Blue) = 208+112+144=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D07090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07090 is #2F8F6F. Grayscale: #909090. Windows color (decimal): -3116912 or 9466064. OLE color: 9466064.

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

Color convert

RGB208112144-
CMYK00.460.310.18
HSL340º50.53%62.75%-
HSV(B)340º46.15%81.57%-
XYZ36.8427.0129.66-
YUV144.35127.8173.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=44.83%
G=24.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811214400.460.310.1834050.5362.75
HexD0709002E1F12154333f
Octal32016022005637225246377
Binary1101000011100001001000001011101111110010101010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07090; }

 p { color: rgb(208,112,144); }

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

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

 a { background-color: rgb(208,112,144); }

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

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

 span { border-color: rgb(208,112,144); }

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