Shades of Hot Pink #DA61B3
Tints of Hot Pink #DA61B3
RGB
CMYK
RGB Variations
Color information
#DA61B3 (or 0xDA61B3) is known color: Hot Pink. HEX triplet: DA, 61 and B3. RGB value is (218,97,179). Sum of RGB (Red+Green+Blue) = 218+97+179=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61B3 is #259E4C. Grayscale: #8E8E8E. Windows color (decimal): -2465357 or 11755994. OLE color: 11755994.
HSL color Cylindrical-coordinate representation of color #DA61B3: hue angle of 319.34º 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 #DA61B3 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 179 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.15 |
| HSL | 319.34º | 0.62% | 0.62% | - |
| HSV(B) | 319.34º | 0.56% | 0.85% | - |
| XYZ | 41.32 | 26.71 | 45.63 | - |
| YUV | 142.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 179 | 0 | 0.56 | 0.18 | 0.15 | 319.34 | 0.62 | 0.62 |
| Hex | DA | 61 | B3 | 0 | 38 | 12 | F | 13F | 3E | 3E |
| Octal | 332 | 141 | 263 | 0 | 70 | 22 | 17 | 477 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10110011 | 0 | 111000 | 10010 | 1111 | 100111111 | 111110 | 111110 |
Color Harmonies of #DA61B3
Complementary color
Monochromatic Colors of #DA61B3
Black with #DA61B3
Text Example
Text Example
White with #DA61B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA61B3; }
p { color: rgb(218,97,179); }
H1.HeaderClassName
{
color: #DA61B3;
}
.AnyTagClassName
{
color: #DA61B3;
}
</style>
background-color css
<style>
a { background-color: #DA61B3; }
a { background-color: rgb(218,97,179); }
div.DivClassName
{
background-color: #DA61B3;
}
.BgClassName
{
background-color: #DA61B3;
}
</style>
border-color css
<style>
span { border-color: #DA61B3; }
span { border-color: rgb(218,97,179); }
td.TdClassName
{
border-color: #DA61B3;
}
.TagClassName
{
border-color: #DA61B3;
}
</style>