Shades of Hot Pink #DA61B2
Tints of Hot Pink #DA61B2
RGB
CMYK
RGB Variations
Color information
#DA61B2 (or 0xDA61B2) is known color: Hot Pink. HEX triplet: DA, 61 and B2. RGB value is (218,97,178). Sum of RGB (Red+Green+Blue) = 218+97+178=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA61B2 is #259E4D. Grayscale: #8E8E8E. Windows color (decimal): -2465358 or 11690458. OLE color: 11690458.
HSL color Cylindrical-coordinate representation of color #DA61B2: hue angle of 319.83º 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 #DA61B2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 178 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.15 |
| HSL | 319.83º | 0.62% | 0.62% | - |
| HSV(B) | 319.83º | 0.56% | 0.85% | - |
| XYZ | 41.22 | 26.67 | 45.09 | - |
| YUV | 142.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 178 | 0 | 0.56 | 0.18 | 0.15 | 319.83 | 0.62 | 0.62 |
| Hex | DA | 61 | B2 | 0 | 38 | 12 | F | 140 | 3E | 3E |
| Octal | 332 | 141 | 262 | 0 | 70 | 22 | 17 | 500 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10110010 | 0 | 111000 | 10010 | 1111 | 101000000 | 111110 | 111110 |
Color Harmonies of #DA61B2
Complementary color
Monochromatic Colors of #DA61B2
Black with #DA61B2
Text Example
Text Example
White with #DA61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA61B2; }
p { color: rgb(218,97,178); }
H1.HeaderClassName
{
color: #DA61B2;
}
.AnyTagClassName
{
color: #DA61B2;
}
</style>
background-color css
<style>
a { background-color: #DA61B2; }
a { background-color: rgb(218,97,178); }
div.DivClassName
{
background-color: #DA61B2;
}
.BgClassName
{
background-color: #DA61B2;
}
</style>
border-color css
<style>
span { border-color: #DA61B2; }
span { border-color: rgb(218,97,178); }
td.TdClassName
{
border-color: #DA61B2;
}
.TagClassName
{
border-color: #DA61B2;
}
</style>