Shades of Cerise #D23668
Tints of Cerise #D23668
RGB
CMYK
RGB Variations
Color information
#D23668 (or 0xD23668) is known color: Cerise. HEX triplet: D2, 36 and 68. RGB value is (210,54,104). Sum of RGB (Red+Green+Blue) = 210+54+104=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D23668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23668 is #2DC997. Grayscale: #6A6A6A. Windows color (decimal): -3000728 or 6829778. OLE color: 6829778.
HSL color Cylindrical-coordinate representation of color #D23668: hue angle of 340.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23668 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 104 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.18 |
| HSL | 340.77º | 0.63% | 0.52% | - |
| HSV(B) | 340.77º | 0.74% | 0.82% | - |
| XYZ | 30.4 | 17.34 | 14.84 | - |
| YUV | 106.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 104 | 0 | 0.74 | 0.50 | 0.18 | 340.77 | 0.63 | 0.52 |
| Hex | D2 | 36 | 68 | 0 | 4A | 32 | 12 | 155 | 3F | 34 |
| Octal | 322 | 66 | 150 | 0 | 112 | 62 | 22 | 525 | 77 | 64 |
| Binary | 11010010 | 110110 | 1101000 | 0 | 1001010 | 110010 | 10010 | 101010101 | 111111 | 110100 |
Color Harmonies of #D23668
Complementary color
Monochromatic Colors of #D23668
Black with #D23668
Text Example
Text Example
White with #D23668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23668; }
p { color: rgb(210,54,104); }
H1.HeaderClassName
{
color: #D23668;
}
.AnyTagClassName
{
color: #D23668;
}
</style>
background-color css
<style>
a { background-color: #D23668; }
a { background-color: rgb(210,54,104); }
div.DivClassName
{
background-color: #D23668;
}
.BgClassName
{
background-color: #D23668;
}
</style>
border-color css
<style>
span { border-color: #D23668; }
span { border-color: rgb(210,54,104); }
td.TdClassName
{
border-color: #D23668;
}
.TagClassName
{
border-color: #D23668;
}
</style>