#D072AB

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

Shades of Hopbush #D072AB

Tints of Hopbush #D072AB

Color information

#D072AB (or 0xD072AB) is unknown color: approx Hopbush. HEX triplet: D0, 72 and AB. RGB value is (208,114,171). Sum of RGB (Red+Green+Blue) = 208+114+171=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D072AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D072AB is #2F8D54. Grayscale: #949494. Windows color (decimal): -3116373 or 11236048. OLE color: 11236048.

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

Color convert

RGB208114171-
CMYK00.450.180.18
HSL323.62º50%63.14%-
HSV(B)323.62º45.19%81.57%-
XYZ39.3828.3841.93-
YUV148.6140.64170.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=42.19%
G=23.12%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811417100.450.180.18323.625063.14
HexD072AB02D1212144323f
Octal32016225305522225046277
Binary1101000011100101010101101011011001010010101000100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072AB; }

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

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

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

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

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

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

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

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