#D974AD

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

Shades of Hopbush #D974AD

Tints of Hopbush #D974AD

Color information

#D974AD (or 0xD974AD) is unknown color: approx Hopbush. HEX triplet: D9, 74 and AD. RGB value is (217,116,173). Sum of RGB (Red+Green+Blue) = 217+116+173=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D974AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974AD is #268B52. Grayscale: #989898. Windows color (decimal): -2526035 or 11367641. OLE color: 11367641.

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

Color convert

RGB217116173-
CMYK00.470.200.15
HSL326.14º57.06%65.29%-
HSV(B)326.14º46.54%85.1%-
XYZ42.430.2643.14-
YUV152.7139.46173.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=42.89%
G=22.92%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711617300.470.200.15326.1457.0665.29
HexD974AD02F14F1463941
Octal331164255057241750671101
Binary1101100111101001010110101011111010011111010001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974AD; }

 p { color: rgb(217,116,173); }

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

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

 a { background-color: rgb(217,116,173); }

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

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

 span { border-color: rgb(217,116,173); }

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