Shades of Hot Pink #DB61B2
Tints of Hot Pink #DB61B2
RGB
CMYK
RGB Variations
Color information
#DB61B2 (or 0xDB61B2) is known color: Hot Pink. HEX triplet: DB, 61 and B2. RGB value is (219,97,178). Sum of RGB (Red+Green+Blue) = 219+97+178=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB61B2 is #249E4D. Grayscale: #8E8E8E. Windows color (decimal): -2399822 or 11690459. OLE color: 11690459.
HSL color Cylindrical-coordinate representation of color #DB61B2: hue angle of 320.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61B2 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 178 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.14 |
| HSL | 320.16º | 0.63% | 0.62% | - |
| HSV(B) | 320.16º | 0.56% | 0.86% | - |
| XYZ | 41.52 | 26.82 | 45.11 | - |
| YUV | 142.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 178 | 0 | 0.56 | 0.19 | 0.14 | 320.16 | 0.63 | 0.62 |
| Hex | DB | 61 | B2 | 0 | 38 | 13 | E | 140 | 3F | 3E |
| Octal | 333 | 141 | 262 | 0 | 70 | 23 | 16 | 500 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10110010 | 0 | 111000 | 10011 | 1110 | 101000000 | 111111 | 111110 |
Color Harmonies of #DB61B2
Complementary color
Monochromatic Colors of #DB61B2
Black with #DB61B2
Text Example
Text Example
White with #DB61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61B2; }
p { color: rgb(219,97,178); }
H1.HeaderClassName
{
color: #DB61B2;
}
.AnyTagClassName
{
color: #DB61B2;
}
</style>
background-color css
<style>
a { background-color: #DB61B2; }
a { background-color: rgb(219,97,178); }
div.DivClassName
{
background-color: #DB61B2;
}
.BgClassName
{
background-color: #DB61B2;
}
</style>
border-color css
<style>
span { border-color: #DB61B2; }
span { border-color: rgb(219,97,178); }
td.TdClassName
{
border-color: #DB61B2;
}
.TagClassName
{
border-color: #DB61B2;
}
</style>