#D964B0

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

Shades of Hopbush #D964B0

Tints of Hopbush #D964B0

Color information

#D964B0 (or 0xD964B0) is unknown color: approx Hopbush. HEX triplet: D9, 64 and B0. RGB value is (217,100,176). Sum of RGB (Red+Green+Blue) = 217+100+176=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D964B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D964B0 is #269B4F. Grayscale: #8F8F8F. Windows color (decimal): -2530128 or 11560153. OLE color: 11560153.

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

Color convert

RGB217100176-
CMYK00.540.190.15
HSL321.03º60.62%62.16%-
HSV(B)321.03º53.92%85.1%-
XYZ41.012744.12-
YUV143.65146.26180.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=44.02%
G=20.28%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710017600.540.190.15321.0360.6262.16
HexD964B003613F1413d3e
Octal33114426006623175017576
Binary110110011100100101100000110110100111111101000001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964B0; }

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

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

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

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

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

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

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

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