Shades of Cerise #CD335D
Tints of Cerise #CD335D
RGB
CMYK
RGB Variations
Color information
#CD335D (or 0xCD335D) is known color: Cerise. HEX triplet: CD, 33 and 5D. RGB value is (205,51,93). Sum of RGB (Red+Green+Blue) = 205+51+93=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD335D is #32CCA2. Grayscale: #656565. Windows color (decimal): -3329187 or 6108109. OLE color: 6108109.
HSL color Cylindrical-coordinate representation of color #CD335D: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD335D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 93 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.20 |
| HSL | 343.64º | 0.61% | 0.5% | - |
| HSV(B) | 343.64º | 0.75% | 0.8% | - |
| XYZ | 28.34 | 16.14 | 11.98 | - |
| YUV | 101.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 93 | 0 | 0.75 | 0.55 | 0.20 | 343.64 | 0.61 | 0.5 |
| Hex | CD | 33 | 5D | 0 | 4B | 37 | 14 | 158 | 3D | 32 |
| Octal | 315 | 63 | 135 | 0 | 113 | 67 | 24 | 530 | 75 | 62 |
| Binary | 11001101 | 110011 | 1011101 | 0 | 1001011 | 110111 | 10100 | 101011000 | 111101 | 110010 |
Color Harmonies of #CD335D
Complementary color
Monochromatic Colors of #CD335D
Black with #CD335D
Text Example
Text Example
White with #CD335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD335D; }
p { color: rgb(205,51,93); }
H1.HeaderClassName
{
color: #CD335D;
}
.AnyTagClassName
{
color: #CD335D;
}
</style>
background-color css
<style>
a { background-color: #CD335D; }
a { background-color: rgb(205,51,93); }
div.DivClassName
{
background-color: #CD335D;
}
.BgClassName
{
background-color: #CD335D;
}
</style>
border-color css
<style>
span { border-color: #CD335D; }
span { border-color: rgb(205,51,93); }
td.TdClassName
{
border-color: #CD335D;
}
.TagClassName
{
border-color: #CD335D;
}
</style>