Shades of Deep Cerise #D92683
Tints of Deep Cerise #D92683
RGB
CMYK
RGB Variations
Color information
#D92683 (or 0xD92683) is known color: Deep Cerise. HEX triplet: D9, 26 and 83. RGB value is (217,38,131). Sum of RGB (Red+Green+Blue) = 217+38+131=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92683 is #26D97C. Grayscale: #656565. Windows color (decimal): -2546045 or 8595161. OLE color: 8595161.
HSL color Cylindrical-coordinate representation of color #D92683: hue angle of 328.83º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92683 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 131 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.15 |
| HSL | 328.83º | 0.7% | 0.5% | - |
| HSV(B) | 328.83º | 0.82% | 0.85% | - |
| XYZ | 33.41 | 17.78 | 23.14 | - |
| YUV | 102.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 131 | 0 | 0.82 | 0.40 | 0.15 | 328.83 | 0.7 | 0.5 |
| Hex | D9 | 26 | 83 | 0 | 52 | 28 | F | 149 | 46 | 32 |
| Octal | 331 | 46 | 203 | 0 | 122 | 50 | 17 | 511 | 106 | 62 |
| Binary | 11011001 | 100110 | 10000011 | 0 | 1010010 | 101000 | 1111 | 101001001 | 1000110 | 110010 |
Color Harmonies of #D92683
Complementary color
Monochromatic Colors of #D92683
Black with #D92683
Text Example
Text Example
White with #D92683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92683; }
p { color: rgb(217,38,131); }
H1.HeaderClassName
{
color: #D92683;
}
.AnyTagClassName
{
color: #D92683;
}
</style>
background-color css
<style>
a { background-color: #D92683; }
a { background-color: rgb(217,38,131); }
div.DivClassName
{
background-color: #D92683;
}
.BgClassName
{
background-color: #D92683;
}
</style>
border-color css
<style>
span { border-color: #D92683; }
span { border-color: rgb(217,38,131); }
td.TdClassName
{
border-color: #D92683;
}
.TagClassName
{
border-color: #D92683;
}
</style>