Shades of Cerise #D02657
Tints of Cerise #D02657
RGB
CMYK
RGB Variations
Color information
#D02657 (or 0xD02657) is known color: Cerise. HEX triplet: D0, 26 and 57. RGB value is (208,38,87). Sum of RGB (Red+Green+Blue) = 208+38+87=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D02657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02657 is #2FD9A8. Grayscale: #5E5E5E. Windows color (decimal): -3135913 or 5711568. OLE color: 5711568.
HSL color Cylindrical-coordinate representation of color #D02657: hue angle of 342.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02657 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 87 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.18 |
| HSL | 342.71º | 0.69% | 0.48% | - |
| HSV(B) | 342.71º | 0.82% | 0.82% | - |
| XYZ | 28.43 | 15.48 | 10.51 | - |
| YUV | 94.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 87 | 0 | 0.82 | 0.58 | 0.18 | 342.71 | 0.69 | 0.48 |
| Hex | D0 | 26 | 57 | 0 | 52 | 3A | 12 | 157 | 45 | 30 |
| Octal | 320 | 46 | 127 | 0 | 122 | 72 | 22 | 527 | 105 | 60 |
| Binary | 11010000 | 100110 | 1010111 | 0 | 1010010 | 111010 | 10010 | 101010111 | 1000101 | 110000 |
Color Harmonies of #D02657
Complementary color
Monochromatic Colors of #D02657
Black with #D02657
Text Example
Text Example
White with #D02657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02657; }
p { color: rgb(208,38,87); }
H1.HeaderClassName
{
color: #D02657;
}
.AnyTagClassName
{
color: #D02657;
}
</style>
background-color css
<style>
a { background-color: #D02657; }
a { background-color: rgb(208,38,87); }
div.DivClassName
{
background-color: #D02657;
}
.BgClassName
{
background-color: #D02657;
}
</style>
border-color css
<style>
span { border-color: #D02657; }
span { border-color: rgb(208,38,87); }
td.TdClassName
{
border-color: #D02657;
}
.TagClassName
{
border-color: #D02657;
}
</style>