Shades of Deep Cerise #D6379B
Tints of Deep Cerise #D6379B
RGB
CMYK
RGB Variations
Color information
#D6379B (or 0xD6379B) is known color: Deep Cerise. HEX triplet: D6, 37 and 9B. RGB value is (214,55,155). Sum of RGB (Red+Green+Blue) = 214+55+155=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6379B is #29C864. Grayscale: #717171. Windows color (decimal): -2738277 or 10172374. OLE color: 10172374.
HSL color Cylindrical-coordinate representation of color #D6379B: hue angle of 322.26º 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 #D6379B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 155 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.16 |
| HSL | 322.26º | 0.66% | 0.53% | - |
| HSV(B) | 322.26º | 0.74% | 0.84% | - |
| XYZ | 35.01 | 19.4 | 32.91 | - |
| YUV | 113.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 155 | 0 | 0.74 | 0.28 | 0.16 | 322.26 | 0.66 | 0.53 |
| Hex | D6 | 37 | 9B | 0 | 4A | 1C | 10 | 142 | 42 | 35 |
| Octal | 326 | 67 | 233 | 0 | 112 | 34 | 20 | 502 | 102 | 65 |
| Binary | 11010110 | 110111 | 10011011 | 0 | 1001010 | 11100 | 10000 | 101000010 | 1000010 | 110101 |
Color Harmonies of #D6379B
Complementary color
Monochromatic Colors of #D6379B
Black with #D6379B
Text Example
Text Example
White with #D6379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6379B; }
p { color: rgb(214,55,155); }
H1.HeaderClassName
{
color: #D6379B;
}
.AnyTagClassName
{
color: #D6379B;
}
</style>
background-color css
<style>
a { background-color: #D6379B; }
a { background-color: rgb(214,55,155); }
div.DivClassName
{
background-color: #D6379B;
}
.BgClassName
{
background-color: #D6379B;
}
</style>
border-color css
<style>
span { border-color: #D6379B; }
span { border-color: rgb(214,55,155); }
td.TdClassName
{
border-color: #D6379B;
}
.TagClassName
{
border-color: #D6379B;
}
</style>