Shades of Hot Pink #DA62B0
Tints of Hot Pink #DA62B0
RGB
CMYK
RGB Variations
Color information
#DA62B0 (or 0xDA62B0) is known color: Hot Pink. HEX triplet: DA, 62 and B0. RGB value is (218,98,176). Sum of RGB (Red+Green+Blue) = 218+98+176=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA62B0 is #259D4F. Grayscale: #8E8E8E. Windows color (decimal): -2465104 or 11559642. OLE color: 11559642.
HSL color Cylindrical-coordinate representation of color #DA62B0: hue angle of 321º 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 #DA62B0 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 176 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.15 |
| HSL | 321º | 0.62% | 0.62% | - |
| HSV(B) | 321º | 0.55% | 0.85% | - |
| XYZ | 41.12 | 26.78 | 44.08 | - |
| YUV | 142.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 176 | 0 | 0.55 | 0.19 | 0.15 | 321 | 0.62 | 0.62 |
| Hex | DA | 62 | B0 | 0 | 37 | 13 | F | 141 | 3E | 3E |
| Octal | 332 | 142 | 260 | 0 | 67 | 23 | 17 | 501 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10110000 | 0 | 110111 | 10011 | 1111 | 101000001 | 111110 | 111110 |
Color Harmonies of #DA62B0
Complementary color
Monochromatic Colors of #DA62B0
Black with #DA62B0
Text Example
Text Example
White with #DA62B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62B0; }
p { color: rgb(218,98,176); }
H1.HeaderClassName
{
color: #DA62B0;
}
.AnyTagClassName
{
color: #DA62B0;
}
</style>
background-color css
<style>
a { background-color: #DA62B0; }
a { background-color: rgb(218,98,176); }
div.DivClassName
{
background-color: #DA62B0;
}
.BgClassName
{
background-color: #DA62B0;
}
</style>
border-color css
<style>
span { border-color: #DA62B0; }
span { border-color: rgb(218,98,176); }
td.TdClassName
{
border-color: #DA62B0;
}
.TagClassName
{
border-color: #DA62B0;
}
</style>