Shades of Cerise #D92867
Tints of Cerise #D92867
RGB
CMYK
RGB Variations
Color information
#D92867 (or 0xD92867) is known color: Cerise. HEX triplet: D9, 28 and 67. RGB value is (217,40,103). Sum of RGB (Red+Green+Blue) = 217+40+103=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D92867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92867 is #26D798. Grayscale: #646464. Windows color (decimal): -2545561 or 6760665. OLE color: 6760665.
HSL color Cylindrical-coordinate representation of color #D92867: hue angle of 338.64º 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 #D92867 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 103 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.15 |
| HSL | 338.64º | 0.7% | 0.5% | - |
| HSV(B) | 338.64º | 0.82% | 0.85% | - |
| XYZ | 31.82 | 17.25 | 14.48 | - |
| YUV | 100.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 103 | 0 | 0.82 | 0.53 | 0.15 | 338.64 | 0.7 | 0.5 |
| Hex | D9 | 28 | 67 | 0 | 52 | 35 | F | 153 | 46 | 32 |
| Octal | 331 | 50 | 147 | 0 | 122 | 65 | 17 | 523 | 106 | 62 |
| Binary | 11011001 | 101000 | 1100111 | 0 | 1010010 | 110101 | 1111 | 101010011 | 1000110 | 110010 |
Color Harmonies of #D92867
Complementary color
Monochromatic Colors of #D92867
Black with #D92867
Text Example
Text Example
White with #D92867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92867; }
p { color: rgb(217,40,103); }
H1.HeaderClassName
{
color: #D92867;
}
.AnyTagClassName
{
color: #D92867;
}
</style>
background-color css
<style>
a { background-color: #D92867; }
a { background-color: rgb(217,40,103); }
div.DivClassName
{
background-color: #D92867;
}
.BgClassName
{
background-color: #D92867;
}
</style>
border-color css
<style>
span { border-color: #D92867; }
span { border-color: rgb(217,40,103); }
td.TdClassName
{
border-color: #D92867;
}
.TagClassName
{
border-color: #D92867;
}
</style>