Shades of Dark Pink #DB607F
Tints of Dark Pink #DB607F
RGB
CMYK
RGB Variations
Color information
#DB607F (or 0xDB607F) is known color: Dark Pink. HEX triplet: DB, 60 and 7F. RGB value is (219,96,127). Sum of RGB (Red+Green+Blue) = 219+96+127=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB607F is #249F80. Grayscale: #888888. Windows color (decimal): -2400129 or 8347867. OLE color: 8347867.
HSL color Cylindrical-coordinate representation of color #DB607F: hue angle of 344.88º 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 #DB607F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 127 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.14 |
| HSL | 344.88º | 0.63% | 0.62% | - |
| HSV(B) | 344.88º | 0.56% | 0.86% | - |
| XYZ | 37.23 | 24.96 | 22.93 | - |
| YUV | 136.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 127 | 0 | 0.56 | 0.42 | 0.14 | 344.88 | 0.63 | 0.62 |
| Hex | DB | 60 | 7F | 0 | 38 | 2A | E | 159 | 3F | 3E |
| Octal | 333 | 140 | 177 | 0 | 70 | 52 | 16 | 531 | 77 | 76 |
| Binary | 11011011 | 1100000 | 1111111 | 0 | 111000 | 101010 | 1110 | 101011001 | 111111 | 111110 |
Color Harmonies of #DB607F
Complementary color
Monochromatic Colors of #DB607F
Black with #DB607F
Text Example
Text Example
White with #DB607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB607F; }
p { color: rgb(219,96,127); }
H1.HeaderClassName
{
color: #DB607F;
}
.AnyTagClassName
{
color: #DB607F;
}
</style>
background-color css
<style>
a { background-color: #DB607F; }
a { background-color: rgb(219,96,127); }
div.DivClassName
{
background-color: #DB607F;
}
.BgClassName
{
background-color: #DB607F;
}
</style>
border-color css
<style>
span { border-color: #DB607F; }
span { border-color: rgb(219,96,127); }
td.TdClassName
{
border-color: #DB607F;
}
.TagClassName
{
border-color: #DB607F;
}
</style>