Shades of Cerise #CD2D5B
Tints of Cerise #CD2D5B
RGB
CMYK
RGB Variations
Color information
#CD2D5B (or 0xCD2D5B) is known color: Cerise. HEX triplet: CD, 2D and 5B. RGB value is (205,45,91). Sum of RGB (Red+Green+Blue) = 205+45+91=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D5B is #32D2A4. Grayscale: #626262. Windows color (decimal): -3330725 or 5975501. OLE color: 5975501.
HSL color Cylindrical-coordinate representation of color #CD2D5B: hue angle of 342.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D5B is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 91 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.20 |
| HSL | 342.75º | 0.64% | 0.49% | - |
| HSV(B) | 342.75º | 0.78% | 0.8% | - |
| XYZ | 28 | 15.61 | 11.43 | - |
| YUV | 98.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 91 | 0 | 0.78 | 0.56 | 0.20 | 342.75 | 0.64 | 0.49 |
| Hex | CD | 2D | 5B | 0 | 4E | 38 | 14 | 157 | 40 | 31 |
| Octal | 315 | 55 | 133 | 0 | 116 | 70 | 24 | 527 | 100 | 61 |
| Binary | 11001101 | 101101 | 1011011 | 0 | 1001110 | 111000 | 10100 | 101010111 | 1000000 | 110001 |
Color Harmonies of #CD2D5B
Complementary color
Monochromatic Colors of #CD2D5B
Black with #CD2D5B
Text Example
Text Example
White with #CD2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D5B; }
p { color: rgb(205,45,91); }
H1.HeaderClassName
{
color: #CD2D5B;
}
.AnyTagClassName
{
color: #CD2D5B;
}
</style>
background-color css
<style>
a { background-color: #CD2D5B; }
a { background-color: rgb(205,45,91); }
div.DivClassName
{
background-color: #CD2D5B;
}
.BgClassName
{
background-color: #CD2D5B;
}
</style>
border-color css
<style>
span { border-color: #CD2D5B; }
span { border-color: rgb(205,45,91); }
td.TdClassName
{
border-color: #CD2D5B;
}
.TagClassName
{
border-color: #CD2D5B;
}
</style>