Shades of Cerise #CD255B
Tints of Cerise #CD255B
RGB
CMYK
RGB Variations
Color information
#CD255B (or 0xCD255B) is known color: Cerise. HEX triplet: CD, 25 and 5B. RGB value is (205,37,91). Sum of RGB (Red+Green+Blue) = 205+37+91=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD255B is #32DAA4. Grayscale: #5D5D5D. Windows color (decimal): -3332773 or 5973453. OLE color: 5973453.
HSL color Cylindrical-coordinate representation of color #CD255B: hue angle of 340.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD255B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 91 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.20 |
| HSL | 340.71º | 0.69% | 0.47% | - |
| HSV(B) | 340.71º | 0.82% | 0.8% | - |
| XYZ | 27.73 | 15.06 | 11.34 | - |
| YUV | 93.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 91 | 0 | 0.82 | 0.56 | 0.20 | 340.71 | 0.69 | 0.47 |
| Hex | CD | 25 | 5B | 0 | 52 | 38 | 14 | 155 | 45 | 2F |
| Octal | 315 | 45 | 133 | 0 | 122 | 70 | 24 | 525 | 105 | 57 |
| Binary | 11001101 | 100101 | 1011011 | 0 | 1010010 | 111000 | 10100 | 101010101 | 1000101 | 101111 |
Color Harmonies of #CD255B
Complementary color
Monochromatic Colors of #CD255B
Black with #CD255B
Text Example
Text Example
White with #CD255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD255B; }
p { color: rgb(205,37,91); }
H1.HeaderClassName
{
color: #CD255B;
}
.AnyTagClassName
{
color: #CD255B;
}
</style>
background-color css
<style>
a { background-color: #CD255B; }
a { background-color: rgb(205,37,91); }
div.DivClassName
{
background-color: #CD255B;
}
.BgClassName
{
background-color: #CD255B;
}
</style>
border-color css
<style>
span { border-color: #CD255B; }
span { border-color: rgb(205,37,91); }
td.TdClassName
{
border-color: #CD255B;
}
.TagClassName
{
border-color: #CD255B;
}
</style>