Shades of Cerise #D23662
Tints of Cerise #D23662
RGB
CMYK
RGB Variations
Color information
#D23662 (or 0xD23662) is known color: Cerise. HEX triplet: D2, 36 and 62. RGB value is (210,54,98). Sum of RGB (Red+Green+Blue) = 210+54+98=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23662 is #2DC99D. Grayscale: #696969. Windows color (decimal): -3000734 or 6436562. OLE color: 6436562.
HSL color Cylindrical-coordinate representation of color #D23662: hue angle of 343.08º 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 #D23662 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 98 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.18 |
| HSL | 343.08º | 0.63% | 0.52% | - |
| HSV(B) | 343.08º | 0.74% | 0.82% | - |
| XYZ | 30.1 | 17.22 | 13.29 | - |
| YUV | 105.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 98 | 0 | 0.74 | 0.53 | 0.18 | 343.08 | 0.63 | 0.52 |
| Hex | D2 | 36 | 62 | 0 | 4A | 35 | 12 | 157 | 3F | 34 |
| Octal | 322 | 66 | 142 | 0 | 112 | 65 | 22 | 527 | 77 | 64 |
| Binary | 11010010 | 110110 | 1100010 | 0 | 1001010 | 110101 | 10010 | 101010111 | 111111 | 110100 |
Color Harmonies of #D23662
Complementary color
Monochromatic Colors of #D23662
Black with #D23662
Text Example
Text Example
White with #D23662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23662; }
p { color: rgb(210,54,98); }
H1.HeaderClassName
{
color: #D23662;
}
.AnyTagClassName
{
color: #D23662;
}
</style>
background-color css
<style>
a { background-color: #D23662; }
a { background-color: rgb(210,54,98); }
div.DivClassName
{
background-color: #D23662;
}
.BgClassName
{
background-color: #D23662;
}
</style>
border-color css
<style>
span { border-color: #D23662; }
span { border-color: rgb(210,54,98); }
td.TdClassName
{
border-color: #D23662;
}
.TagClassName
{
border-color: #D23662;
}
</style>