Shades of Mandy #CD415D
Tints of Mandy #CD415D
RGB
CMYK
RGB Variations
Color information
#CD415D (or 0xCD415D) is known color: Mandy. HEX triplet: CD, 41 and 5D. RGB value is (205,65,93). Sum of RGB (Red+Green+Blue) = 205+65+93=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD415D is #32BEA2. Grayscale: #6E6E6E. Windows color (decimal): -3325603 or 6111693. OLE color: 6111693.
HSL color Cylindrical-coordinate representation of color #CD415D: hue angle of 348º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD415D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 93 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.20 |
| HSL | 348º | 0.58% | 0.53% | - |
| HSV(B) | 348º | 0.68% | 0.8% | - |
| XYZ | 29.04 | 17.55 | 12.21 | - |
| YUV | 110.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 93 | 0 | 0.68 | 0.55 | 0.20 | 348 | 0.58 | 0.53 |
| Hex | CD | 41 | 5D | 0 | 44 | 37 | 14 | 15C | 3A | 35 |
| Octal | 315 | 101 | 135 | 0 | 104 | 67 | 24 | 534 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1011101 | 0 | 1000100 | 110111 | 10100 | 101011100 | 111010 | 110101 |
Color Harmonies of #CD415D
Complementary color
Monochromatic Colors of #CD415D
Black with #CD415D
Text Example
Text Example
White with #CD415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD415D; }
p { color: rgb(205,65,93); }
H1.HeaderClassName
{
color: #CD415D;
}
.AnyTagClassName
{
color: #CD415D;
}
</style>
background-color css
<style>
a { background-color: #CD415D; }
a { background-color: rgb(205,65,93); }
div.DivClassName
{
background-color: #CD415D;
}
.BgClassName
{
background-color: #CD415D;
}
</style>
border-color css
<style>
span { border-color: #CD415D; }
span { border-color: rgb(205,65,93); }
td.TdClassName
{
border-color: #CD415D;
}
.TagClassName
{
border-color: #CD415D;
}
</style>