Shades of Deep Cerise #DD468F
Tints of Deep Cerise #DD468F
RGB
CMYK
RGB Variations
Color information
#DD468F (or 0xDD468F) is known color: Deep Cerise. HEX triplet: DD, 46 and 8F. RGB value is (221,70,143). Sum of RGB (Red+Green+Blue) = 221+70+143=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD468F is #22B970. Grayscale: #7B7B7B. Windows color (decimal): -2275697 or 9389789. OLE color: 9389789.
HSL color Cylindrical-coordinate representation of color #DD468F: hue angle of 330.99º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD468F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 143 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.13 |
| HSL | 330.99º | 0.69% | 0.57% | - |
| HSV(B) | 330.99º | 0.68% | 0.87% | - |
| XYZ | 36.97 | 21.74 | 28.23 | - |
| YUV | 123.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 143 | 0 | 0.68 | 0.35 | 0.13 | 330.99 | 0.69 | 0.57 |
| Hex | DD | 46 | 8F | 0 | 44 | 23 | D | 14B | 45 | 39 |
| Octal | 335 | 106 | 217 | 0 | 104 | 43 | 15 | 513 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10001111 | 0 | 1000100 | 100011 | 1101 | 101001011 | 1000101 | 111001 |
Color Harmonies of #DD468F
Complementary color
Monochromatic Colors of #DD468F
Black with #DD468F
Text Example
Text Example
White with #DD468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD468F; }
p { color: rgb(221,70,143); }
H1.HeaderClassName
{
color: #DD468F;
}
.AnyTagClassName
{
color: #DD468F;
}
</style>
background-color css
<style>
a { background-color: #DD468F; }
a { background-color: rgb(221,70,143); }
div.DivClassName
{
background-color: #DD468F;
}
.BgClassName
{
background-color: #DD468F;
}
</style>
border-color css
<style>
span { border-color: #DD468F; }
span { border-color: rgb(221,70,143); }
td.TdClassName
{
border-color: #DD468F;
}
.TagClassName
{
border-color: #DD468F;
}
</style>