Shades of Cerise #CD2662
Tints of Cerise #CD2662
RGB
CMYK
RGB Variations
Color information
#CD2662 (or 0xCD2662) is known color: Cerise. HEX triplet: CD, 26 and 62. RGB value is (205,38,98). Sum of RGB (Red+Green+Blue) = 205+38+98=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2662 is #32D99D. Grayscale: #5E5E5E. Windows color (decimal): -3332510 or 6432461. OLE color: 6432461.
HSL color Cylindrical-coordinate representation of color #CD2662: hue angle of 338.44º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2662 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 98 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.20 |
| HSL | 338.44º | 0.69% | 0.48% | - |
| HSV(B) | 338.44º | 0.81% | 0.8% | - |
| XYZ | 28.07 | 15.25 | 13.02 | - |
| YUV | 94.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 98 | 0 | 0.81 | 0.52 | 0.20 | 338.44 | 0.69 | 0.48 |
| Hex | CD | 26 | 62 | 0 | 51 | 34 | 14 | 152 | 45 | 30 |
| Octal | 315 | 46 | 142 | 0 | 121 | 64 | 24 | 522 | 105 | 60 |
| Binary | 11001101 | 100110 | 1100010 | 0 | 1010001 | 110100 | 10100 | 101010010 | 1000101 | 110000 |
Color Harmonies of #CD2662
Complementary color
Monochromatic Colors of #CD2662
Black with #CD2662
Text Example
Text Example
White with #CD2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2662; }
p { color: rgb(205,38,98); }
H1.HeaderClassName
{
color: #CD2662;
}
.AnyTagClassName
{
color: #CD2662;
}
</style>
background-color css
<style>
a { background-color: #CD2662; }
a { background-color: rgb(205,38,98); }
div.DivClassName
{
background-color: #CD2662;
}
.BgClassName
{
background-color: #CD2662;
}
</style>
border-color css
<style>
span { border-color: #CD2662; }
span { border-color: rgb(205,38,98); }
td.TdClassName
{
border-color: #CD2662;
}
.TagClassName
{
border-color: #CD2662;
}
</style>