Shades of Cerise #D23769
Tints of Cerise #D23769
RGB
CMYK
RGB Variations
Color information
#D23769 (or 0xD23769) is known color: Cerise. HEX triplet: D2, 37 and 69. RGB value is (210,55,105). Sum of RGB (Red+Green+Blue) = 210+55+105=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D23769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23769 is #2DC896. Grayscale: #6A6A6A. Windows color (decimal): -3000471 or 6895570. OLE color: 6895570.
HSL color Cylindrical-coordinate representation of color #D23769: hue angle of 340.65º 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 #D23769 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 105 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.18 |
| HSL | 340.65º | 0.63% | 0.52% | - |
| HSV(B) | 340.65º | 0.74% | 0.82% | - |
| XYZ | 30.49 | 17.45 | 15.13 | - |
| YUV | 107.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 105 | 0 | 0.74 | 0.50 | 0.18 | 340.65 | 0.63 | 0.52 |
| Hex | D2 | 37 | 69 | 0 | 4A | 32 | 12 | 155 | 3F | 34 |
| Octal | 322 | 67 | 151 | 0 | 112 | 62 | 22 | 525 | 77 | 64 |
| Binary | 11010010 | 110111 | 1101001 | 0 | 1001010 | 110010 | 10010 | 101010101 | 111111 | 110100 |
Color Harmonies of #D23769
Complementary color
Monochromatic Colors of #D23769
Black with #D23769
Text Example
Text Example
White with #D23769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23769; }
p { color: rgb(210,55,105); }
H1.HeaderClassName
{
color: #D23769;
}
.AnyTagClassName
{
color: #D23769;
}
</style>
background-color css
<style>
a { background-color: #D23769; }
a { background-color: rgb(210,55,105); }
div.DivClassName
{
background-color: #D23769;
}
.BgClassName
{
background-color: #D23769;
}
</style>
border-color css
<style>
span { border-color: #D23769; }
span { border-color: rgb(210,55,105); }
td.TdClassName
{
border-color: #D23769;
}
.TagClassName
{
border-color: #D23769;
}
</style>