Shades of Cerise #D92B6A
Tints of Cerise #D92B6A
RGB
CMYK
RGB Variations
Color information
#D92B6A (or 0xD92B6A) is known color: Cerise. HEX triplet: D9, 2B and 6A. RGB value is (217,43,106). Sum of RGB (Red+Green+Blue) = 217+43+106=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B6A is #26D495. Grayscale: #666666. Windows color (decimal): -2544790 or 6958041. OLE color: 6958041.
HSL color Cylindrical-coordinate representation of color #D92B6A: hue angle of 338.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B6A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 106 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.15 |
| HSL | 338.28º | 0.7% | 0.51% | - |
| HSV(B) | 338.28º | 0.8% | 0.85% | - |
| XYZ | 32.08 | 17.52 | 15.33 | - |
| YUV | 102.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 106 | 0 | 0.80 | 0.51 | 0.15 | 338.28 | 0.7 | 0.51 |
| Hex | D9 | 2B | 6A | 0 | 50 | 33 | F | 152 | 46 | 33 |
| Octal | 331 | 53 | 152 | 0 | 120 | 63 | 17 | 522 | 106 | 63 |
| Binary | 11011001 | 101011 | 1101010 | 0 | 1010000 | 110011 | 1111 | 101010010 | 1000110 | 110011 |
Color Harmonies of #D92B6A
Complementary color
Monochromatic Colors of #D92B6A
Black with #D92B6A
Text Example
Text Example
White with #D92B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B6A; }
p { color: rgb(217,43,106); }
H1.HeaderClassName
{
color: #D92B6A;
}
.AnyTagClassName
{
color: #D92B6A;
}
</style>
background-color css
<style>
a { background-color: #D92B6A; }
a { background-color: rgb(217,43,106); }
div.DivClassName
{
background-color: #D92B6A;
}
.BgClassName
{
background-color: #D92B6A;
}
</style>
border-color css
<style>
span { border-color: #D92B6A; }
span { border-color: rgb(217,43,106); }
td.TdClassName
{
border-color: #D92B6A;
}
.TagClassName
{
border-color: #D92B6A;
}
</style>