Shades of Deep Cerise #D2387A
Tints of Deep Cerise #D2387A
RGB
CMYK
RGB Variations
Color information
#D2387A (or 0xD2387A) is known color: Deep Cerise. HEX triplet: D2, 38 and 7A. RGB value is (210,56,122). Sum of RGB (Red+Green+Blue) = 210+56+122=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2387A is #2DC785. Grayscale: #6D6D6D. Windows color (decimal): -3000198 or 8009938. OLE color: 8009938.
HSL color Cylindrical-coordinate representation of color #D2387A: hue angle of 334.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2387A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 122 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.18 |
| HSL | 334.29º | 0.63% | 0.52% | - |
| HSV(B) | 334.29º | 0.73% | 0.82% | - |
| XYZ | 31.51 | 17.94 | 20.21 | - |
| YUV | 109.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 122 | 0 | 0.73 | 0.42 | 0.18 | 334.29 | 0.63 | 0.52 |
| Hex | D2 | 38 | 7A | 0 | 49 | 2A | 12 | 14E | 3F | 34 |
| Octal | 322 | 70 | 172 | 0 | 111 | 52 | 22 | 516 | 77 | 64 |
| Binary | 11010010 | 111000 | 1111010 | 0 | 1001001 | 101010 | 10010 | 101001110 | 111111 | 110100 |
Color Harmonies of #D2387A
Complementary color
Monochromatic Colors of #D2387A
Black with #D2387A
Text Example
Text Example
White with #D2387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2387A; }
p { color: rgb(210,56,122); }
H1.HeaderClassName
{
color: #D2387A;
}
.AnyTagClassName
{
color: #D2387A;
}
</style>
background-color css
<style>
a { background-color: #D2387A; }
a { background-color: rgb(210,56,122); }
div.DivClassName
{
background-color: #D2387A;
}
.BgClassName
{
background-color: #D2387A;
}
</style>
border-color css
<style>
span { border-color: #D2387A; }
span { border-color: rgb(210,56,122); }
td.TdClassName
{
border-color: #D2387A;
}
.TagClassName
{
border-color: #D2387A;
}
</style>