#D961AB

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

Shades of Hopbush #D961AB

Tints of Hopbush #D961AB

Color information

#D961AB (or 0xD961AB) is unknown color: approx Hopbush. HEX triplet: D9, 61 and AB. RGB value is (217,97,171). Sum of RGB (Red+Green+Blue) = 217+97+171=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D961AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D961AB is #269E54. Grayscale: #8D8D8D. Windows color (decimal): -2530901 or 11231705. OLE color: 11231705.

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

Color convert

RGB21797171-
CMYK00.550.210.15
HSL323º61.22%61.57%-
HSV(B)323º55.3%85.1%-
XYZ40.2426.2441.47-
YUV141.32144.76181.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=44.74%
G=20%
B=35.26%

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
Decimal2179717100.550.210.1532361.2261.57
HexD961AB03715F1433d3e
Octal33114125306725175037576
Binary110110011100001101010110110111101011111101000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961AB; }

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

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

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

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

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

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

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

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