Shades of Deep Cerise #D638AC
Tints of Deep Cerise #D638AC
RGB
CMYK
RGB Variations
Color information
#D638AC (or 0xD638AC) is known color: Deep Cerise. HEX triplet: D6, 38 and AC. RGB value is (214,56,172). Sum of RGB (Red+Green+Blue) = 214+56+172=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D638AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D638AC is #29C753. Grayscale: #747474. Windows color (decimal): -2738004 or 11286742. OLE color: 11286742.
HSL color Cylindrical-coordinate representation of color #D638AC: hue angle of 315.95º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D638AC is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 172 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.16 |
| HSL | 315.95º | 0.66% | 0.53% | - |
| HSV(B) | 315.95º | 0.74% | 0.84% | - |
| XYZ | 36.59 | 20.1 | 40.98 | - |
| YUV | 116.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 172 | 0 | 0.74 | 0.20 | 0.16 | 315.95 | 0.66 | 0.53 |
| Hex | D6 | 38 | AC | 0 | 4A | 14 | 10 | 13C | 42 | 35 |
| Octal | 326 | 70 | 254 | 0 | 112 | 24 | 20 | 474 | 102 | 65 |
| Binary | 11010110 | 111000 | 10101100 | 0 | 1001010 | 10100 | 10000 | 100111100 | 1000010 | 110101 |
Color Harmonies of #D638AC
Complementary color
Monochromatic Colors of #D638AC
Black with #D638AC
Text Example
Text Example
White with #D638AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D638AC; }
p { color: rgb(214,56,172); }
H1.HeaderClassName
{
color: #D638AC;
}
.AnyTagClassName
{
color: #D638AC;
}
</style>
background-color css
<style>
a { background-color: #D638AC; }
a { background-color: rgb(214,56,172); }
div.DivClassName
{
background-color: #D638AC;
}
.BgClassName
{
background-color: #D638AC;
}
</style>
border-color css
<style>
span { border-color: #D638AC; }
span { border-color: rgb(214,56,172); }
td.TdClassName
{
border-color: #D638AC;
}
.TagClassName
{
border-color: #D638AC;
}
</style>