Shades of Cerise #CD3D68
Tints of Cerise #CD3D68
RGB
CMYK
RGB Variations
Color information
#CD3D68 (or 0xCD3D68) is known color: Cerise. HEX triplet: CD, 3D and 68. RGB value is (205,61,104). Sum of RGB (Red+Green+Blue) = 205+61+104=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3D68 is #32C297. Grayscale: #6C6C6C. Windows color (decimal): -3326616 or 6831565. OLE color: 6831565.
HSL color Cylindrical-coordinate representation of color #CD3D68: hue angle of 342.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D68 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 61 | 104 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.20 |
| HSL | 342.08º | 0.59% | 0.52% | - |
| HSV(B) | 342.08º | 0.7% | 0.8% | - |
| XYZ | 29.34 | 17.32 | 14.89 | - |
| YUV | 108.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 104 | 0 | 0.70 | 0.49 | 0.20 | 342.08 | 0.59 | 0.52 |
| Hex | CD | 3D | 68 | 0 | 46 | 31 | 14 | 156 | 3B | 34 |
| Octal | 315 | 75 | 150 | 0 | 106 | 61 | 24 | 526 | 73 | 64 |
| Binary | 11001101 | 111101 | 1101000 | 0 | 1000110 | 110001 | 10100 | 101010110 | 111011 | 110100 |
Color Harmonies of #CD3D68
Complementary color
Monochromatic Colors of #CD3D68
Black with #CD3D68
Text Example
Text Example
White with #CD3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3D68; }
p { color: rgb(205,61,104); }
H1.HeaderClassName
{
color: #CD3D68;
}
.AnyTagClassName
{
color: #CD3D68;
}
</style>
background-color css
<style>
a { background-color: #CD3D68; }
a { background-color: rgb(205,61,104); }
div.DivClassName
{
background-color: #CD3D68;
}
.BgClassName
{
background-color: #CD3D68;
}
</style>
border-color css
<style>
span { border-color: #CD3D68; }
span { border-color: rgb(205,61,104); }
td.TdClassName
{
border-color: #CD3D68;
}
.TagClassName
{
border-color: #CD3D68;
}
</style>