Shades of Hot Pink #DA64B5
Tints of Hot Pink #DA64B5
RGB
CMYK
RGB Variations
Color information
#DA64B5 (or 0xDA64B5) is known color: Hot Pink. HEX triplet: DA, 64 and B5. RGB value is (218,100,181). Sum of RGB (Red+Green+Blue) = 218+100+181=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64B5 is #259B4A. Grayscale: #909090. Windows color (decimal): -2464587 or 11887834. OLE color: 11887834.
HSL color Cylindrical-coordinate representation of color #DA64B5: hue angle of 318.81º 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 #DA64B5 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 181 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.15 |
| HSL | 318.81º | 0.61% | 0.62% | - |
| HSV(B) | 318.81º | 0.54% | 0.85% | - |
| XYZ | 41.81 | 27.36 | 46.79 | - |
| YUV | 144.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 181 | 0 | 0.54 | 0.17 | 0.15 | 318.81 | 0.61 | 0.62 |
| Hex | DA | 64 | B5 | 0 | 36 | 11 | F | 13F | 3D | 3E |
| Octal | 332 | 144 | 265 | 0 | 66 | 21 | 17 | 477 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10110101 | 0 | 110110 | 10001 | 1111 | 100111111 | 111101 | 111110 |
Color Harmonies of #DA64B5
Complementary color
Monochromatic Colors of #DA64B5
Black with #DA64B5
Text Example
Text Example
White with #DA64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64B5; }
p { color: rgb(218,100,181); }
H1.HeaderClassName
{
color: #DA64B5;
}
.AnyTagClassName
{
color: #DA64B5;
}
</style>
background-color css
<style>
a { background-color: #DA64B5; }
a { background-color: rgb(218,100,181); }
div.DivClassName
{
background-color: #DA64B5;
}
.BgClassName
{
background-color: #DA64B5;
}
</style>
border-color css
<style>
span { border-color: #DA64B5; }
span { border-color: rgb(218,100,181); }
td.TdClassName
{
border-color: #DA64B5;
}
.TagClassName
{
border-color: #DA64B5;
}
</style>