Shades of Cerise #CD226D
Tints of Cerise #CD226D
RGB
CMYK
RGB Variations
Color information
#CD226D (or 0xCD226D) is known color: Cerise. HEX triplet: CD, 22 and 6D. RGB value is (205,34,109). Sum of RGB (Red+Green+Blue) = 205+34+109=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD226D is #32DD92. Grayscale: #5D5D5D. Windows color (decimal): -3333523 or 7152333. OLE color: 7152333.
HSL color Cylindrical-coordinate representation of color #CD226D: hue angle of 333.68º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD226D is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 109 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.20 |
| HSL | 333.68º | 0.72% | 0.47% | - |
| HSV(B) | 333.68º | 0.83% | 0.8% | - |
| XYZ | 28.51 | 15.23 | 15.9 | - |
| YUV | 93.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 109 | 0 | 0.83 | 0.47 | 0.20 | 333.68 | 0.72 | 0.47 |
| Hex | CD | 22 | 6D | 0 | 53 | 2F | 14 | 14E | 48 | 2F |
| Octal | 315 | 42 | 155 | 0 | 123 | 57 | 24 | 516 | 110 | 57 |
| Binary | 11001101 | 100010 | 1101101 | 0 | 1010011 | 101111 | 10100 | 101001110 | 1001000 | 101111 |
Color Harmonies of #CD226D
Complementary color
Monochromatic Colors of #CD226D
Black with #CD226D
Text Example
Text Example
White with #CD226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD226D; }
p { color: rgb(205,34,109); }
H1.HeaderClassName
{
color: #CD226D;
}
.AnyTagClassName
{
color: #CD226D;
}
</style>
background-color css
<style>
a { background-color: #CD226D; }
a { background-color: rgb(205,34,109); }
div.DivClassName
{
background-color: #CD226D;
}
.BgClassName
{
background-color: #CD226D;
}
</style>
border-color css
<style>
span { border-color: #CD226D; }
span { border-color: rgb(205,34,109); }
td.TdClassName
{
border-color: #CD226D;
}
.TagClassName
{
border-color: #CD226D;
}
</style>