Shades of Hot Pink #DA62B2
Tints of Hot Pink #DA62B2
RGB
CMYK
RGB Variations
Color information
#DA62B2 (or 0xDA62B2) is known color: Hot Pink. HEX triplet: DA, 62 and B2. RGB value is (218,98,178). Sum of RGB (Red+Green+Blue) = 218+98+178=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA62B2 is #259D4D. Grayscale: #8E8E8E. Windows color (decimal): -2465102 or 11690714. OLE color: 11690714.
HSL color Cylindrical-coordinate representation of color #DA62B2: hue angle of 320º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA62B2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 178 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.15 |
| HSL | 320º | 0.62% | 0.62% | - |
| HSV(B) | 320º | 0.55% | 0.85% | - |
| XYZ | 41.32 | 26.86 | 45.13 | - |
| YUV | 143 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 178 | 0 | 0.55 | 0.18 | 0.15 | 320 | 0.62 | 0.62 |
| Hex | DA | 62 | B2 | 0 | 37 | 12 | F | 140 | 3E | 3E |
| Octal | 332 | 142 | 262 | 0 | 67 | 22 | 17 | 500 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10110010 | 0 | 110111 | 10010 | 1111 | 101000000 | 111110 | 111110 |
Color Harmonies of #DA62B2
Complementary color
Monochromatic Colors of #DA62B2
Black with #DA62B2
Text Example
Text Example
White with #DA62B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62B2; }
p { color: rgb(218,98,178); }
H1.HeaderClassName
{
color: #DA62B2;
}
.AnyTagClassName
{
color: #DA62B2;
}
</style>
background-color css
<style>
a { background-color: #DA62B2; }
a { background-color: rgb(218,98,178); }
div.DivClassName
{
background-color: #DA62B2;
}
.BgClassName
{
background-color: #DA62B2;
}
</style>
border-color css
<style>
span { border-color: #DA62B2; }
span { border-color: rgb(218,98,178); }
td.TdClassName
{
border-color: #DA62B2;
}
.TagClassName
{
border-color: #DA62B2;
}
</style>