Shades of Deep Cerise #D6368C
Tints of Deep Cerise #D6368C
RGB
CMYK
RGB Variations
Color information
#D6368C (or 0xD6368C) is known color: Deep Cerise. HEX triplet: D6, 36 and 8C. RGB value is (214,54,140). Sum of RGB (Red+Green+Blue) = 214+54+140=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6368C is #29C973. Grayscale: #6F6F6F. Windows color (decimal): -2738548 or 9189078. OLE color: 9189078.
HSL color Cylindrical-coordinate representation of color #D6368C: hue angle of 327.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6368C is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 140 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.16 |
| HSL | 327.75º | 0.66% | 0.53% | - |
| HSV(B) | 327.75º | 0.75% | 0.84% | - |
| XYZ | 33.78 | 18.83 | 26.66 | - |
| YUV | 111.64 | 144.01 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 140 | 0 | 0.75 | 0.35 | 0.16 | 327.75 | 0.66 | 0.53 |
| Hex | D6 | 36 | 8C | 0 | 4B | 23 | 10 | 148 | 42 | 35 |
| Octal | 326 | 66 | 214 | 0 | 113 | 43 | 20 | 510 | 102 | 65 |
| Binary | 11010110 | 110110 | 10001100 | 0 | 1001011 | 100011 | 10000 | 101001000 | 1000010 | 110101 |
Color Harmonies of #D6368C
Complementary color
Monochromatic Colors of #D6368C
Black with #D6368C
Text Example
Text Example
White with #D6368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6368C; }
p { color: rgb(214,54,140); }
H1.HeaderClassName
{
color: #D6368C;
}
.AnyTagClassName
{
color: #D6368C;
}
</style>
background-color css
<style>
a { background-color: #D6368C; }
a { background-color: rgb(214,54,140); }
div.DivClassName
{
background-color: #D6368C;
}
.BgClassName
{
background-color: #D6368C;
}
</style>
border-color css
<style>
span { border-color: #D6368C; }
span { border-color: rgb(214,54,140); }
td.TdClassName
{
border-color: #D6368C;
}
.TagClassName
{
border-color: #D6368C;
}
</style>