Shades of Hot Pink #DA64B3
Tints of Hot Pink #DA64B3
RGB
CMYK
RGB Variations
Color information
#DA64B3 (or 0xDA64B3) is known color: Hot Pink. HEX triplet: DA, 64 and B3. RGB value is (218,100,179). Sum of RGB (Red+Green+Blue) = 218+100+179=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64B3 is #259B4C. Grayscale: #909090. Windows color (decimal): -2464589 or 11756762. OLE color: 11756762.
HSL color Cylindrical-coordinate representation of color #DA64B3: 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 #DA64B3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 179 | - |
| 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.61 | 27.27 | 45.72 | - |
| YUV | 144.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 179 | 0 | 0.54 | 0.18 | 0.15 | 319.83 | 0.61 | 0.62 |
| Hex | DA | 64 | B3 | 0 | 36 | 12 | F | 140 | 3D | 3E |
| Octal | 332 | 144 | 263 | 0 | 66 | 22 | 17 | 500 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10110011 | 0 | 110110 | 10010 | 1111 | 101000000 | 111101 | 111110 |
Color Harmonies of #DA64B3
Complementary color
Monochromatic Colors of #DA64B3
Black with #DA64B3
Text Example
Text Example
White with #DA64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64B3; }
p { color: rgb(218,100,179); }
H1.HeaderClassName
{
color: #DA64B3;
}
.AnyTagClassName
{
color: #DA64B3;
}
</style>
background-color css
<style>
a { background-color: #DA64B3; }
a { background-color: rgb(218,100,179); }
div.DivClassName
{
background-color: #DA64B3;
}
.BgClassName
{
background-color: #DA64B3;
}
</style>
border-color css
<style>
span { border-color: #DA64B3; }
span { border-color: rgb(218,100,179); }
td.TdClassName
{
border-color: #DA64B3;
}
.TagClassName
{
border-color: #DA64B3;
}
</style>