Shades of Fuchsia #D446CF
Tints of Fuchsia #D446CF
RGB
CMYK
RGB Variations
Color information
#D446CF (or 0xD446CF) is known color: Fuchsia. HEX triplet: D4, 46 and CF. RGB value is (212,70,207). Sum of RGB (Red+Green+Blue) = 212+70+207=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D446CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446CF is #2BB930. Grayscale: #7F7F7F. Windows color (decimal): -2865457 or 13584084. OLE color: 13584084.
HSL color Cylindrical-coordinate representation of color #D446CF: hue angle of 302.11º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D446CF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 207 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.17 |
| HSL | 302.11º | 0.62% | 0.55% | - |
| HSV(B) | 302.11º | 0.67% | 0.83% | - |
| XYZ | 40.6 | 22.88 | 61.31 | - |
| YUV | 128.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 207 | 0 | 0.67 | 0.02 | 0.17 | 302.11 | 0.62 | 0.55 |
| Hex | D4 | 46 | CF | 0 | 43 | 2 | 11 | 12E | 3E | 37 |
| Octal | 324 | 106 | 317 | 0 | 103 | 2 | 21 | 456 | 76 | 67 |
| Binary | 11010100 | 1000110 | 11001111 | 0 | 1000011 | 10 | 10001 | 100101110 | 111110 | 110111 |
Color Harmonies of #D446CF
Complementary color
Monochromatic Colors of #D446CF
Black with #D446CF
Text Example
Text Example
White with #D446CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446CF; }
p { color: rgb(212,70,207); }
H1.HeaderClassName
{
color: #D446CF;
}
.AnyTagClassName
{
color: #D446CF;
}
</style>
background-color css
<style>
a { background-color: #D446CF; }
a { background-color: rgb(212,70,207); }
div.DivClassName
{
background-color: #D446CF;
}
.BgClassName
{
background-color: #D446CF;
}
</style>
border-color css
<style>
span { border-color: #D446CF; }
span { border-color: rgb(212,70,207); }
td.TdClassName
{
border-color: #D446CF;
}
.TagClassName
{
border-color: #D446CF;
}
</style>