Shades of Deep Cerise #DC438F
Tints of Deep Cerise #DC438F
RGB
CMYK
RGB Variations
Color information
#DC438F (or 0xDC438F) is known color: Deep Cerise. HEX triplet: DC, 43 and 8F. RGB value is (220,67,143). Sum of RGB (Red+Green+Blue) = 220+67+143=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC438F is #23BC70. Grayscale: #797979. Windows color (decimal): -2342001 or 9389020. OLE color: 9389020.
HSL color Cylindrical-coordinate representation of color #DC438F: hue angle of 330.2º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC438F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 143 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.14 |
| HSL | 330.2º | 0.69% | 0.56% | - |
| HSV(B) | 330.2º | 0.7% | 0.86% | - |
| XYZ | 36.48 | 21.21 | 28.16 | - |
| YUV | 121.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 143 | 0 | 0.70 | 0.35 | 0.14 | 330.2 | 0.69 | 0.56 |
| Hex | DC | 43 | 8F | 0 | 46 | 23 | E | 14A | 45 | 38 |
| Octal | 334 | 103 | 217 | 0 | 106 | 43 | 16 | 512 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10001111 | 0 | 1000110 | 100011 | 1110 | 101001010 | 1000101 | 111000 |
Color Harmonies of #DC438F
Complementary color
Monochromatic Colors of #DC438F
Black with #DC438F
Text Example
Text Example
White with #DC438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC438F; }
p { color: rgb(220,67,143); }
H1.HeaderClassName
{
color: #DC438F;
}
.AnyTagClassName
{
color: #DC438F;
}
</style>
background-color css
<style>
a { background-color: #DC438F; }
a { background-color: rgb(220,67,143); }
div.DivClassName
{
background-color: #DC438F;
}
.BgClassName
{
background-color: #DC438F;
}
</style>
border-color css
<style>
span { border-color: #DC438F; }
span { border-color: rgb(220,67,143); }
td.TdClassName
{
border-color: #DC438F;
}
.TagClassName
{
border-color: #DC438F;
}
</style>