Shades of Hot Pink #D964B2
Tints of Hot Pink #D964B2
RGB
CMYK
RGB Variations
Color information
#D964B2 (or 0xD964B2) is known color: Hot Pink. HEX triplet: D9, 64 and B2. RGB value is (217,100,178). Sum of RGB (Red+Green+Blue) = 217+100+178=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D964B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D964B2 is #269B4D. Grayscale: #8F8F8F. Windows color (decimal): -2530126 or 11691225. OLE color: 11691225.
HSL color Cylindrical-coordinate representation of color #D964B2: hue angle of 320º 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 #D964B2 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 178 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.15 |
| HSL | 320º | 0.61% | 0.62% | - |
| HSV(B) | 320º | 0.54% | 0.85% | - |
| XYZ | 41.21 | 27.08 | 45.17 | - |
| YUV | 143.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 178 | 0 | 0.54 | 0.18 | 0.15 | 320 | 0.61 | 0.62 |
| Hex | D9 | 64 | B2 | 0 | 36 | 12 | F | 140 | 3D | 3E |
| Octal | 331 | 144 | 262 | 0 | 66 | 22 | 17 | 500 | 75 | 76 |
| Binary | 11011001 | 1100100 | 10110010 | 0 | 110110 | 10010 | 1111 | 101000000 | 111101 | 111110 |
Color Harmonies of #D964B2
Complementary color
Monochromatic Colors of #D964B2
Black with #D964B2
Text Example
Text Example
White with #D964B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964B2; }
p { color: rgb(217,100,178); }
H1.HeaderClassName
{
color: #D964B2;
}
.AnyTagClassName
{
color: #D964B2;
}
</style>
background-color css
<style>
a { background-color: #D964B2; }
a { background-color: rgb(217,100,178); }
div.DivClassName
{
background-color: #D964B2;
}
.BgClassName
{
background-color: #D964B2;
}
</style>
border-color css
<style>
span { border-color: #D964B2; }
span { border-color: rgb(217,100,178); }
td.TdClassName
{
border-color: #D964B2;
}
.TagClassName
{
border-color: #D964B2;
}
</style>