Shades of Cerise #D93B6A
Tints of Cerise #D93B6A
RGB
CMYK
RGB Variations
Color information
#D93B6A (or 0xD93B6A) is known color: Cerise. HEX triplet: D9, 3B and 6A. RGB value is (217,59,106). Sum of RGB (Red+Green+Blue) = 217+59+106=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B6A is #26C495. Grayscale: #6F6F6F. Windows color (decimal): -2540694 or 6962137. OLE color: 6962137.
HSL color Cylindrical-coordinate representation of color #D93B6A: hue angle of 342.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B6A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 106 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.15 |
| HSL | 342.15º | 0.68% | 0.54% | - |
| HSV(B) | 342.15º | 0.73% | 0.85% | - |
| XYZ | 32.78 | 18.92 | 15.56 | - |
| YUV | 111.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 106 | 0 | 0.73 | 0.51 | 0.15 | 342.15 | 0.68 | 0.54 |
| Hex | D9 | 3B | 6A | 0 | 49 | 33 | F | 156 | 44 | 36 |
| Octal | 331 | 73 | 152 | 0 | 111 | 63 | 17 | 526 | 104 | 66 |
| Binary | 11011001 | 111011 | 1101010 | 0 | 1001001 | 110011 | 1111 | 101010110 | 1000100 | 110110 |
Color Harmonies of #D93B6A
Complementary color
Monochromatic Colors of #D93B6A
Black with #D93B6A
Text Example
Text Example
White with #D93B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B6A; }
p { color: rgb(217,59,106); }
H1.HeaderClassName
{
color: #D93B6A;
}
.AnyTagClassName
{
color: #D93B6A;
}
</style>
background-color css
<style>
a { background-color: #D93B6A; }
a { background-color: rgb(217,59,106); }
div.DivClassName
{
background-color: #D93B6A;
}
.BgClassName
{
background-color: #D93B6A;
}
</style>
border-color css
<style>
span { border-color: #D93B6A; }
span { border-color: rgb(217,59,106); }
td.TdClassName
{
border-color: #D93B6A;
}
.TagClassName
{
border-color: #D93B6A;
}
</style>