#D970AA

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

Shades of Hopbush #D970AA

Tints of Hopbush #D970AA

Color information

#D970AA (or 0xD970AA) is unknown color: approx Hopbush. HEX triplet: D9, 70 and AA. RGB value is (217,112,170). Sum of RGB (Red+Green+Blue) = 217+112+170=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D970AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970AA is #268F55. Grayscale: #959595. Windows color (decimal): -2527062 or 11170009. OLE color: 11170009.

HSL color Cylindrical-coordinate representation of color #D970AA: hue angle of 326.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970AA is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217112170-
CMYK00.480.220.15
HSL326.86º58.01%64.51%-
HSV(B)326.86º48.39%85.1%-
XYZ41.6729.2441.48-
YUV150.01139.29175.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=43.49%
G=22.44%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711217000.480.220.15326.8658.0164.51
HexD970AA03016F1473a41
Octal331160252060261750772101
Binary1101100111100001010101001100001011011111010001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970AA; }

 p { color: rgb(217,112,170); }

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

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

 a { background-color: rgb(217,112,170); }

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

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

 span { border-color: rgb(217,112,170); }

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