#D964A1

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

Shades of Hopbush #D964A1

Tints of Hopbush #D964A1

Color information

#D964A1 (or 0xD964A1) is unknown color: approx Hopbush. HEX triplet: D9, 64 and A1. RGB value is (217,100,161). Sum of RGB (Red+Green+Blue) = 217+100+161=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D964A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D964A1 is #269B5E. Grayscale: #8D8D8D. Windows color (decimal): -2530143 or 10577113. OLE color: 10577113.

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

Color convert

RGB217100161-
CMYK00.540.260.15
HSL328.72º60.62%62.16%-
HSV(B)328.72º53.92%85.1%-
XYZ39.6126.4436.73-
YUV141.94138.76181.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=45.40%
G=20.92%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710016100.540.260.15328.7260.6262.16
HexD964A10361AF1493d3e
Octal33114424106632175117576
Binary110110011100100101000010110110110101111101001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964A1; }

 p { color: rgb(217,100,161); }

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

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

 a { background-color: rgb(217,100,161); }

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

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

 span { border-color: rgb(217,100,161); }

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