Shades of Hot Pink #DA60B2
Tints of Hot Pink #DA60B2
RGB
CMYK
RGB Variations
Color information
#DA60B2 (or 0xDA60B2) is known color: Hot Pink. HEX triplet: DA, 60 and B2. RGB value is (218,96,178). Sum of RGB (Red+Green+Blue) = 218+96+178=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60B2 is #259F4D. Grayscale: #8D8D8D. Windows color (decimal): -2465614 or 11690202. OLE color: 11690202.
HSL color Cylindrical-coordinate representation of color #DA60B2: hue angle of 319.67º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60B2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 178 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.15 |
| HSL | 319.67º | 0.62% | 0.62% | - |
| HSV(B) | 319.67º | 0.56% | 0.85% | - |
| XYZ | 41.13 | 26.49 | 45.06 | - |
| YUV | 141.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 178 | 0 | 0.56 | 0.18 | 0.15 | 319.67 | 0.62 | 0.62 |
| Hex | DA | 60 | B2 | 0 | 38 | 12 | F | 140 | 3E | 3E |
| Octal | 332 | 140 | 262 | 0 | 70 | 22 | 17 | 500 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10110010 | 0 | 111000 | 10010 | 1111 | 101000000 | 111110 | 111110 |
Color Harmonies of #DA60B2
Complementary color
Monochromatic Colors of #DA60B2
Black with #DA60B2
Text Example
Text Example
White with #DA60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60B2; }
p { color: rgb(218,96,178); }
H1.HeaderClassName
{
color: #DA60B2;
}
.AnyTagClassName
{
color: #DA60B2;
}
</style>
background-color css
<style>
a { background-color: #DA60B2; }
a { background-color: rgb(218,96,178); }
div.DivClassName
{
background-color: #DA60B2;
}
.BgClassName
{
background-color: #DA60B2;
}
</style>
border-color css
<style>
span { border-color: #DA60B2; }
span { border-color: rgb(218,96,178); }
td.TdClassName
{
border-color: #DA60B2;
}
.TagClassName
{
border-color: #DA60B2;
}
</style>