#D961A9

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

Shades of Hopbush #D961A9

Tints of Hopbush #D961A9

Color information

#D961A9 (or 0xD961A9) is unknown color: approx Hopbush. HEX triplet: D9, 61 and A9. RGB value is (217,97,169). Sum of RGB (Red+Green+Blue) = 217+97+169=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D961A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D961A9 is #269E56. Grayscale: #8C8C8C. Windows color (decimal): -2530903 or 11100633. OLE color: 11100633.

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

Color convert

RGB21797169-
CMYK00.550.220.15
HSL324º61.22%61.57%-
HSV(B)324º55.3%85.1%-
XYZ40.0526.1740.48-
YUV141.09143.76182.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=44.93%
G=20.08%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179716900.550.220.1532461.2261.57
HexD961A903716F1443d3e
Octal33114125106726175047576
Binary110110011100001101010010110111101101111101000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961A9; }

 p { color: rgb(217,97,169); }

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

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

 a { background-color: rgb(217,97,169); }

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

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

 span { border-color: rgb(217,97,169); }

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