Shades of Dark Pink #DC6083
Tints of Dark Pink #DC6083
RGB
CMYK
RGB Variations
Color information
#DC6083 (or 0xDC6083) is known color: Dark Pink. HEX triplet: DC, 60 and 83. RGB value is (220,96,131). Sum of RGB (Red+Green+Blue) = 220+96+131=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6083 is #239F7C. Grayscale: #898989. Windows color (decimal): -2334589 or 8610012. OLE color: 8610012.
HSL color Cylindrical-coordinate representation of color #DC6083: hue angle of 343.06º degrees, saturation: 0.64, 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 #DC6083 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 131 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.14 |
| HSL | 343.06º | 0.64% | 0.62% | - |
| HSV(B) | 343.06º | 0.56% | 0.86% | - |
| XYZ | 37.79 | 25.22 | 24.35 | - |
| YUV | 137.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 131 | 0 | 0.56 | 0.40 | 0.14 | 343.06 | 0.64 | 0.62 |
| Hex | DC | 60 | 83 | 0 | 38 | 28 | E | 157 | 40 | 3E |
| Octal | 334 | 140 | 203 | 0 | 70 | 50 | 16 | 527 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10000011 | 0 | 111000 | 101000 | 1110 | 101010111 | 1000000 | 111110 |
Color Harmonies of #DC6083
Complementary color
Monochromatic Colors of #DC6083
Black with #DC6083
Text Example
Text Example
White with #DC6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6083; }
p { color: rgb(220,96,131); }
H1.HeaderClassName
{
color: #DC6083;
}
.AnyTagClassName
{
color: #DC6083;
}
</style>
background-color css
<style>
a { background-color: #DC6083; }
a { background-color: rgb(220,96,131); }
div.DivClassName
{
background-color: #DC6083;
}
.BgClassName
{
background-color: #DC6083;
}
</style>
border-color css
<style>
span { border-color: #DC6083; }
span { border-color: rgb(220,96,131); }
td.TdClassName
{
border-color: #DC6083;
}
.TagClassName
{
border-color: #DC6083;
}
</style>