Shades of Cerise #D83B6A
Tints of Cerise #D83B6A
RGB
CMYK
RGB Variations
Color information
#D83B6A (or 0xD83B6A) is known color: Cerise. HEX triplet: D8, 3B and 6A. RGB value is (216,59,106). Sum of RGB (Red+Green+Blue) = 216+59+106=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83B6A is #27C495. Grayscale: #6F6F6F. Windows color (decimal): -2606230 or 6962136. OLE color: 6962136.
HSL color Cylindrical-coordinate representation of color #D83B6A: hue angle of 342.04º degrees, saturation: 0.67, 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 #D83B6A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 106 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.15 |
| HSL | 342.04º | 0.67% | 0.54% | - |
| HSV(B) | 342.04º | 0.73% | 0.85% | - |
| XYZ | 32.48 | 18.77 | 15.55 | - |
| YUV | 111.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 106 | 0 | 0.73 | 0.51 | 0.15 | 342.04 | 0.67 | 0.54 |
| Hex | D8 | 3B | 6A | 0 | 49 | 33 | F | 156 | 43 | 36 |
| Octal | 330 | 73 | 152 | 0 | 111 | 63 | 17 | 526 | 103 | 66 |
| Binary | 11011000 | 111011 | 1101010 | 0 | 1001001 | 110011 | 1111 | 101010110 | 1000011 | 110110 |
Color Harmonies of #D83B6A
Complementary color
Monochromatic Colors of #D83B6A
Black with #D83B6A
Text Example
Text Example
White with #D83B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B6A; }
p { color: rgb(216,59,106); }
H1.HeaderClassName
{
color: #D83B6A;
}
.AnyTagClassName
{
color: #D83B6A;
}
</style>
background-color css
<style>
a { background-color: #D83B6A; }
a { background-color: rgb(216,59,106); }
div.DivClassName
{
background-color: #D83B6A;
}
.BgClassName
{
background-color: #D83B6A;
}
</style>
border-color css
<style>
span { border-color: #D83B6A; }
span { border-color: rgb(216,59,106); }
td.TdClassName
{
border-color: #D83B6A;
}
.TagClassName
{
border-color: #D83B6A;
}
</style>