Shades of Fuchsia #D441B5
Tints of Fuchsia #D441B5
RGB
CMYK
RGB Variations
Color information
#D441B5 (or 0xD441B5) is known color: Fuchsia. HEX triplet: D4, 41 and B5. RGB value is (212,65,181). Sum of RGB (Red+Green+Blue) = 212+65+181=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D441B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441B5 is #2BBE4A. Grayscale: #797979. Windows color (decimal): -2866763 or 11878868. OLE color: 11878868.
HSL color Cylindrical-coordinate representation of color #D441B5: hue angle of 312.65º 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 #D441B5 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 65 | 181 | - |
CMYK | 0 | 0.69 | 0.15 | 0.17 |
HSL | 312.65º | 0.63% | 0.54% | - |
HSV(B) | 312.65º | 0.69% | 0.83% | - |
XYZ | 37.38 | 21.11 | 45.82 | - |
YUV | 122.18 | 161.2 | 192.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 65 | 181 | 0 | 0.69 | 0.15 | 0.17 | 312.65 | 0.63 | 0.54 |
Hex | D4 | 41 | B5 | 0 | 45 | F | 11 | 139 | 3F | 36 |
Octal | 324 | 101 | 265 | 0 | 105 | 17 | 21 | 471 | 77 | 66 |
Binary | 11010100 | 1000001 | 10110101 | 0 | 1000101 | 1111 | 10001 | 100111001 | 111111 | 110110 |
Color Harmonies of #D441B5
Complementary color
Monochromatic Colors of #D441B5
Black with #D441B5
Text Example
Text Example
White with #D441B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441B5; }
p { color: rgb(212,65,181); }
H1.HeaderClassName
{
color: #D441B5;
}
.AnyTagClassName
{
color: #D441B5;
}
</style>
background-color css
<style>
a { background-color: #D441B5; }
a { background-color: rgb(212,65,181); }
div.DivClassName
{
background-color: #D441B5;
}
.BgClassName
{
background-color: #D441B5;
}
</style>
border-color css
<style>
span { border-color: #D441B5; }
span { border-color: rgb(212,65,181); }
td.TdClassName
{
border-color: #D441B5;
}
.TagClassName
{
border-color: #D441B5;
}
</style>