Shades of My Pink #DC907C
Tints of My Pink #DC907C
RGB
CMYK
RGB Variations
Color information
#DC907C (or 0xDC907C) is known color: My Pink. HEX triplet: DC, 90 and 7C. RGB value is (220,144,124). Sum of RGB (Red+Green+Blue) = 220+144+124=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC907C is #236F83. Grayscale: #A4A4A4. Windows color (decimal): -2322308 or 8163548. OLE color: 8163548.
HSL color Cylindrical-coordinate representation of color #DC907C: hue angle of 12.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC907C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 124 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.14 |
| HSL | 12.5º | 0.58% | 0.67% | - |
| HSV(B) | 12.5º | 0.44% | 0.86% | - |
| XYZ | 43.13 | 36.62 | 23.86 | - |
| YUV | 164.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 124 | 0 | 0.35 | 0.44 | 0.14 | 12.5 | 0.58 | 0.67 |
| Hex | DC | 90 | 7C | 0 | 23 | 2C | E | C | 3A | 43 |
| Octal | 334 | 220 | 174 | 0 | 43 | 54 | 16 | 14 | 72 | 103 |
| Binary | 11011100 | 10010000 | 1111100 | 0 | 100011 | 101100 | 1110 | 1100 | 111010 | 1000011 |
Color Harmonies of #DC907C
Complementary color
Monochromatic Colors of #DC907C
Black with #DC907C
Text Example
Text Example
White with #DC907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC907C; }
p { color: rgb(220,144,124); }
H1.HeaderClassName
{
color: #DC907C;
}
.AnyTagClassName
{
color: #DC907C;
}
</style>
background-color css
<style>
a { background-color: #DC907C; }
a { background-color: rgb(220,144,124); }
div.DivClassName
{
background-color: #DC907C;
}
.BgClassName
{
background-color: #DC907C;
}
</style>
border-color css
<style>
span { border-color: #DC907C; }
span { border-color: rgb(220,144,124); }
td.TdClassName
{
border-color: #DC907C;
}
.TagClassName
{
border-color: #DC907C;
}
</style>