Shades of Hot Pink #DB61B5
Tints of Hot Pink #DB61B5
RGB
CMYK
RGB Variations
Color information
#DB61B5 (or 0xDB61B5) is known color: Hot Pink. HEX triplet: DB, 61 and B5. RGB value is (219,97,181). Sum of RGB (Red+Green+Blue) = 219+97+181=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61B5 is #249E4A. Grayscale: #8E8E8E. Windows color (decimal): -2399819 or 11887067. OLE color: 11887067.
HSL color Cylindrical-coordinate representation of color #DB61B5: hue angle of 318.69º 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 #DB61B5 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 97 | 181 | - |
CMYK | 0 | 0.56 | 0.17 | 0.14 |
HSL | 318.69º | 0.63% | 0.62% | - |
HSV(B) | 318.69º | 0.56% | 0.86% | - |
XYZ | 41.83 | 26.95 | 46.71 | - |
YUV | 143.05 | 149.42 | 182.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 97 | 181 | 0 | 0.56 | 0.17 | 0.14 | 318.69 | 0.63 | 0.62 |
Hex | DB | 61 | B5 | 0 | 38 | 11 | E | 13F | 3F | 3E |
Octal | 333 | 141 | 265 | 0 | 70 | 21 | 16 | 477 | 77 | 76 |
Binary | 11011011 | 1100001 | 10110101 | 0 | 111000 | 10001 | 1110 | 100111111 | 111111 | 111110 |
Color Harmonies of #DB61B5
Complementary color
Monochromatic Colors of #DB61B5
Black with #DB61B5
Text Example
Text Example
White with #DB61B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61B5; }
p { color: rgb(219,97,181); }
H1.HeaderClassName
{
color: #DB61B5;
}
.AnyTagClassName
{
color: #DB61B5;
}
</style>
background-color css
<style>
a { background-color: #DB61B5; }
a { background-color: rgb(219,97,181); }
div.DivClassName
{
background-color: #DB61B5;
}
.BgClassName
{
background-color: #DB61B5;
}
</style>
border-color css
<style>
span { border-color: #DB61B5; }
span { border-color: rgb(219,97,181); }
td.TdClassName
{
border-color: #DB61B5;
}
.TagClassName
{
border-color: #DB61B5;
}
</style>