Shades of Cerise #CD385A
Tints of Cerise #CD385A
RGB
CMYK
RGB Variations
Color information
#CD385A (or 0xCD385A) is known color: Cerise. HEX triplet: CD, 38 and 5A. RGB value is (205,56,90). Sum of RGB (Red+Green+Blue) = 205+56+90=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD385A is #32C7A5. Grayscale: #686868. Windows color (decimal): -3327910 or 5912781. OLE color: 5912781.
HSL color Cylindrical-coordinate representation of color #CD385A: hue angle of 346.31º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD385A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 90 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.20 |
| HSL | 346.31º | 0.6% | 0.51% | - |
| HSV(B) | 346.31º | 0.73% | 0.8% | - |
| XYZ | 28.44 | 16.55 | 11.37 | - |
| YUV | 104.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 90 | 0 | 0.73 | 0.56 | 0.20 | 346.31 | 0.6 | 0.51 |
| Hex | CD | 38 | 5A | 0 | 49 | 38 | 14 | 15A | 3C | 33 |
| Octal | 315 | 70 | 132 | 0 | 111 | 70 | 24 | 532 | 74 | 63 |
| Binary | 11001101 | 111000 | 1011010 | 0 | 1001001 | 111000 | 10100 | 101011010 | 111100 | 110011 |
Color Harmonies of #CD385A
Complementary color
Monochromatic Colors of #CD385A
Black with #CD385A
Text Example
Text Example
White with #CD385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD385A; }
p { color: rgb(205,56,90); }
H1.HeaderClassName
{
color: #CD385A;
}
.AnyTagClassName
{
color: #CD385A;
}
</style>
background-color css
<style>
a { background-color: #CD385A; }
a { background-color: rgb(205,56,90); }
div.DivClassName
{
background-color: #CD385A;
}
.BgClassName
{
background-color: #CD385A;
}
</style>
border-color css
<style>
span { border-color: #CD385A; }
span { border-color: rgb(205,56,90); }
td.TdClassName
{
border-color: #CD385A;
}
.TagClassName
{
border-color: #CD385A;
}
</style>