#D961AC

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

Shades of Hopbush #D961AC

Tints of Hopbush #D961AC

Color information

#D961AC (or 0xD961AC) is unknown color: approx Hopbush. HEX triplet: D9, 61 and AC. RGB value is (217,97,172). Sum of RGB (Red+Green+Blue) = 217+97+172=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D961AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D961AC is #269E53. Grayscale: #8D8D8D. Windows color (decimal): -2530900 or 11297241. OLE color: 11297241.

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

Color convert

RGB21797172-
CMYK00.550.210.15
HSL322.5º61.22%61.57%-
HSV(B)322.5º55.3%85.1%-
XYZ40.3426.2841.98-
YUV141.43145.26181.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=44.65%
G=19.96%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179717200.550.210.15322.561.2261.57
HexD961AC03715F1423d3e
Octal33114125406725175027576
Binary110110011100001101011000110111101011111101000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961AC; }

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

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

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

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

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

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

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

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