Shades of Cerise #CD2D5D
Tints of Cerise #CD2D5D
RGB
CMYK
RGB Variations
Color information
#CD2D5D (or 0xCD2D5D) is known color: Cerise. HEX triplet: CD, 2D and 5D. RGB value is (205,45,93). Sum of RGB (Red+Green+Blue) = 205+45+93=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D5D is #32D2A2. Grayscale: #626262. Windows color (decimal): -3330723 or 6106573. OLE color: 6106573.
HSL color Cylindrical-coordinate representation of color #CD2D5D: hue angle of 342º 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 #CD2D5D is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 45 | 93 | - |
CMYK | 0 | 0.78 | 0.55 | 0.20 |
HSL | 342º | 0.64% | 0.49% | - |
HSV(B) | 342º | 0.78% | 0.8% | - |
XYZ | 28.09 | 15.65 | 11.9 | - |
YUV | 98.31 | 125.01 | 204.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 45 | 93 | 0 | 0.78 | 0.55 | 0.20 | 342 | 0.64 | 0.49 |
Hex | CD | 2D | 5D | 0 | 4E | 37 | 14 | 156 | 40 | 31 |
Octal | 315 | 55 | 135 | 0 | 116 | 67 | 24 | 526 | 100 | 61 |
Binary | 11001101 | 101101 | 1011101 | 0 | 1001110 | 110111 | 10100 | 101010110 | 1000000 | 110001 |
Color Harmonies of #CD2D5D
Complementary color
Monochromatic Colors of #CD2D5D
Black with #CD2D5D
Text Example
Text Example
White with #CD2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D5D; }
p { color: rgb(205,45,93); }
H1.HeaderClassName
{
color: #CD2D5D;
}
.AnyTagClassName
{
color: #CD2D5D;
}
</style>
background-color css
<style>
a { background-color: #CD2D5D; }
a { background-color: rgb(205,45,93); }
div.DivClassName
{
background-color: #CD2D5D;
}
.BgClassName
{
background-color: #CD2D5D;
}
</style>
border-color css
<style>
span { border-color: #CD2D5D; }
span { border-color: rgb(205,45,93); }
td.TdClassName
{
border-color: #CD2D5D;
}
.TagClassName
{
border-color: #CD2D5D;
}
</style>