Shades of Hot Pink #D963B2
Tints of Hot Pink #D963B2
RGB
CMYK
RGB Variations
Color information
#D963B2 (or 0xD963B2) is known color: Hot Pink. HEX triplet: D9, 63 and B2. RGB value is (217,99,178). Sum of RGB (Red+Green+Blue) = 217+99+178=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D963B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963B2 is #269C4D. Grayscale: #8F8F8F. Windows color (decimal): -2530382 or 11690969. OLE color: 11690969.
HSL color Cylindrical-coordinate representation of color #D963B2: hue angle of 319.83º 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 #D963B2 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 178 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.15 |
| HSL | 319.83º | 0.61% | 0.62% | - |
| HSV(B) | 319.83º | 0.54% | 0.85% | - |
| XYZ | 41.11 | 26.89 | 45.14 | - |
| YUV | 143.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 178 | 0 | 0.54 | 0.18 | 0.15 | 319.83 | 0.61 | 0.62 |
| Hex | D9 | 63 | B2 | 0 | 36 | 12 | F | 140 | 3D | 3E |
| Octal | 331 | 143 | 262 | 0 | 66 | 22 | 17 | 500 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10110010 | 0 | 110110 | 10010 | 1111 | 101000000 | 111101 | 111110 |
Color Harmonies of #D963B2
Complementary color
Monochromatic Colors of #D963B2
Black with #D963B2
Text Example
Text Example
White with #D963B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963B2; }
p { color: rgb(217,99,178); }
H1.HeaderClassName
{
color: #D963B2;
}
.AnyTagClassName
{
color: #D963B2;
}
</style>
background-color css
<style>
a { background-color: #D963B2; }
a { background-color: rgb(217,99,178); }
div.DivClassName
{
background-color: #D963B2;
}
.BgClassName
{
background-color: #D963B2;
}
</style>
border-color css
<style>
span { border-color: #D963B2; }
span { border-color: rgb(217,99,178); }
td.TdClassName
{
border-color: #D963B2;
}
.TagClassName
{
border-color: #D963B2;
}
</style>