Shades of Fuchsia #D441CD
Tints of Fuchsia #D441CD
RGB
CMYK
RGB Variations
Color information
#D441CD (or 0xD441CD) is known color: Fuchsia. HEX triplet: D4, 41 and CD. RGB value is (212,65,205). Sum of RGB (Red+Green+Blue) = 212+65+205=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D441CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441CD is #2BBE32. Grayscale: #7C7C7C. Windows color (decimal): -2866739 or 13451732. OLE color: 13451732.
HSL color Cylindrical-coordinate representation of color #D441CD: hue angle of 302.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441CD is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 205 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.17 |
| HSL | 302.86º | 0.63% | 0.54% | - |
| HSV(B) | 302.86º | 0.69% | 0.83% | - |
| XYZ | 40.06 | 22.19 | 59.93 | - |
| YUV | 124.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 205 | 0 | 0.69 | 0.03 | 0.17 | 302.86 | 0.63 | 0.54 |
| Hex | D4 | 41 | CD | 0 | 45 | 3 | 11 | 12F | 3F | 36 |
| Octal | 324 | 101 | 315 | 0 | 105 | 3 | 21 | 457 | 77 | 66 |
| Binary | 11010100 | 1000001 | 11001101 | 0 | 1000101 | 11 | 10001 | 100101111 | 111111 | 110110 |
Color Harmonies of #D441CD
Complementary color
Monochromatic Colors of #D441CD
Black with #D441CD
Text Example
Text Example
White with #D441CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441CD; }
p { color: rgb(212,65,205); }
H1.HeaderClassName
{
color: #D441CD;
}
.AnyTagClassName
{
color: #D441CD;
}
</style>
background-color css
<style>
a { background-color: #D441CD; }
a { background-color: rgb(212,65,205); }
div.DivClassName
{
background-color: #D441CD;
}
.BgClassName
{
background-color: #D441CD;
}
</style>
border-color css
<style>
span { border-color: #D441CD; }
span { border-color: rgb(212,65,205); }
td.TdClassName
{
border-color: #D441CD;
}
.TagClassName
{
border-color: #D441CD;
}
</style>