#D071AA

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

Shades of Hopbush #D071AA

Tints of Hopbush #D071AA

Color information

#D071AA (or 0xD071AA) is unknown color: approx Hopbush. HEX triplet: D0, 71 and AA. RGB value is (208,113,170). Sum of RGB (Red+Green+Blue) = 208+113+170=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D071AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D071AA is #2F8E55. Grayscale: #939393. Windows color (decimal): -3116630 or 11170256. OLE color: 11170256.

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

Color convert

RGB208113170-
CMYK00.460.180.18
HSL324º50.26%62.94%-
HSV(B)324º45.67%81.57%-
XYZ39.1728.1241.39-
YUV147.9140.47170.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=42.36%
G=23.01%
B=34.62%

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
Decimal20811317000.460.180.1832450.2662.94
HexD071AA02E1212144323f
Octal32016125205622225046277
Binary1101000011100011010101001011101001010010101000100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071AA; }

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

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

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

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

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

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

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

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