#d070ab

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

Shades of Hopbush #D070AB

Tints of Hopbush #D070AB

Color information

#D070AB (or 0xD070AB) is unknown color: approx Hopbush. HEX triplet: D0, 70 and AB. RGB value is (208,112,171). Sum of RGB (Red+Green+Blue) = 208+112+171=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D070AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D070AB is #2F8F54. Grayscale: #939393. Windows color (decimal): -3116885 or 11235536. OLE color: 11235536.

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

Color convert

RGB208112171-
CMYK00.460.180.18
HSL323.12º50.53%62.75%-
HSV(B)323.12º46.15%81.57%-
XYZ39.1627.9441.86-
YUV147.43141.3171.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=42.36%
G=22.81%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811217100.460.180.18323.1250.5362.75
HexD070AB02E1212143333f
Octal32016025305622225036377
Binary1101000011100001010101101011101001010010101000011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d070ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d070ab; }

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

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

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

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

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

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

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

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