Shades of Hot Pink #DA60B3
Tints of Hot Pink #DA60B3
RGB
CMYK
RGB Variations
Color information
#DA60B3 (or 0xDA60B3) is known color: Hot Pink. HEX triplet: DA, 60 and B3. RGB value is (218,96,179). Sum of RGB (Red+Green+Blue) = 218+96+179=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60B3 is #259F4C. Grayscale: #8D8D8D. Windows color (decimal): -2465613 or 11755738. OLE color: 11755738.
HSL color Cylindrical-coordinate representation of color #DA60B3: hue angle of 319.18º 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 #DA60B3 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 179 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.15 |
| HSL | 319.18º | 0.62% | 0.62% | - |
| HSV(B) | 319.18º | 0.56% | 0.85% | - |
| XYZ | 41.23 | 26.53 | 45.59 | - |
| YUV | 141.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 179 | 0 | 0.56 | 0.18 | 0.15 | 319.18 | 0.62 | 0.62 |
| Hex | DA | 60 | B3 | 0 | 38 | 12 | F | 13F | 3E | 3E |
| Octal | 332 | 140 | 263 | 0 | 70 | 22 | 17 | 477 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10110011 | 0 | 111000 | 10010 | 1111 | 100111111 | 111110 | 111110 |
Color Harmonies of #DA60B3
Complementary color
Monochromatic Colors of #DA60B3
Black with #DA60B3
Text Example
Text Example
White with #DA60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60B3; }
p { color: rgb(218,96,179); }
H1.HeaderClassName
{
color: #DA60B3;
}
.AnyTagClassName
{
color: #DA60B3;
}
</style>
background-color css
<style>
a { background-color: #DA60B3; }
a { background-color: rgb(218,96,179); }
div.DivClassName
{
background-color: #DA60B3;
}
.BgClassName
{
background-color: #DA60B3;
}
</style>
border-color css
<style>
span { border-color: #DA60B3; }
span { border-color: rgb(218,96,179); }
td.TdClassName
{
border-color: #DA60B3;
}
.TagClassName
{
border-color: #DA60B3;
}
</style>