Shades of Fuchsia #D441CF
Tints of Fuchsia #D441CF
RGB
CMYK
RGB Variations
Color information
#D441CF (or 0xD441CF) is known color: Fuchsia. HEX triplet: D4, 41 and CF. RGB value is (212,65,207). Sum of RGB (Red+Green+Blue) = 212+65+207=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D441CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441CF is #2BBE30. Grayscale: #7C7C7C. Windows color (decimal): -2866737 or 13582804. OLE color: 13582804.
HSL color Cylindrical-coordinate representation of color #D441CF: hue angle of 302.04º 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 #D441CF is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 207 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.17 |
| HSL | 302.04º | 0.63% | 0.54% | - |
| HSV(B) | 302.04º | 0.69% | 0.83% | - |
| XYZ | 40.3 | 22.28 | 61.21 | - |
| YUV | 125.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 207 | 0 | 0.69 | 0.02 | 0.17 | 302.04 | 0.63 | 0.54 |
| Hex | D4 | 41 | CF | 0 | 45 | 2 | 11 | 12E | 3F | 36 |
| Octal | 324 | 101 | 317 | 0 | 105 | 2 | 21 | 456 | 77 | 66 |
| Binary | 11010100 | 1000001 | 11001111 | 0 | 1000101 | 10 | 10001 | 100101110 | 111111 | 110110 |
Color Harmonies of #D441CF
Complementary color
Monochromatic Colors of #D441CF
Black with #D441CF
Text Example
Text Example
White with #D441CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441CF; }
p { color: rgb(212,65,207); }
H1.HeaderClassName
{
color: #D441CF;
}
.AnyTagClassName
{
color: #D441CF;
}
</style>
background-color css
<style>
a { background-color: #D441CF; }
a { background-color: rgb(212,65,207); }
div.DivClassName
{
background-color: #D441CF;
}
.BgClassName
{
background-color: #D441CF;
}
</style>
border-color css
<style>
span { border-color: #D441CF; }
span { border-color: rgb(212,65,207); }
td.TdClassName
{
border-color: #D441CF;
}
.TagClassName
{
border-color: #D441CF;
}
</style>