#D961AD

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

Shades of Hopbush #D961AD

Tints of Hopbush #D961AD

Color information

#D961AD (or 0xD961AD) is unknown color: approx Hopbush. HEX triplet: D9, 61 and AD. RGB value is (217,97,173). Sum of RGB (Red+Green+Blue) = 217+97+173=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D961AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D961AD is #269E52. Grayscale: #8D8D8D. Windows color (decimal): -2530899 or 11362777. OLE color: 11362777.

HSL color Cylindrical-coordinate representation of color #D961AD: hue angle of 322º 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 #D961AD is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21797173-
CMYK00.550.200.15
HSL322º61.22%61.57%-
HSV(B)322º55.3%85.1%-
XYZ40.4326.3242.48-
YUV141.54145.76181.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=44.56%
G=19.92%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179717300.550.200.1532261.2261.57
HexD961AD03714F1423d3e
Octal33114125506724175027576
Binary110110011100001101011010110111101001111101000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961AD; }

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

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

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

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

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

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

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

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