Shades of Cerise #CD265D
Tints of Cerise #CD265D
RGB
CMYK
RGB Variations
Color information
#CD265D (or 0xCD265D) is known color: Cerise. HEX triplet: CD, 26 and 5D. RGB value is (205,38,93). Sum of RGB (Red+Green+Blue) = 205+38+93=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD265D is #32D9A2. Grayscale: #5E5E5E. Windows color (decimal): -3332515 or 6104781. OLE color: 6104781.
HSL color Cylindrical-coordinate representation of color #CD265D: hue angle of 340.24º 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 #CD265D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 93 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.20 |
| HSL | 340.24º | 0.69% | 0.48% | - |
| HSV(B) | 340.24º | 0.81% | 0.8% | - |
| XYZ | 27.85 | 15.16 | 11.81 | - |
| YUV | 94.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 93 | 0 | 0.81 | 0.55 | 0.20 | 340.24 | 0.69 | 0.48 |
| Hex | CD | 26 | 5D | 0 | 51 | 37 | 14 | 154 | 45 | 30 |
| Octal | 315 | 46 | 135 | 0 | 121 | 67 | 24 | 524 | 105 | 60 |
| Binary | 11001101 | 100110 | 1011101 | 0 | 1010001 | 110111 | 10100 | 101010100 | 1000101 | 110000 |
Color Harmonies of #CD265D
Complementary color
Monochromatic Colors of #CD265D
Black with #CD265D
Text Example
Text Example
White with #CD265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD265D; }
p { color: rgb(205,38,93); }
H1.HeaderClassName
{
color: #CD265D;
}
.AnyTagClassName
{
color: #CD265D;
}
</style>
background-color css
<style>
a { background-color: #CD265D; }
a { background-color: rgb(205,38,93); }
div.DivClassName
{
background-color: #CD265D;
}
.BgClassName
{
background-color: #CD265D;
}
</style>
border-color css
<style>
span { border-color: #CD265D; }
span { border-color: rgb(205,38,93); }
td.TdClassName
{
border-color: #CD265D;
}
.TagClassName
{
border-color: #CD265D;
}
</style>