Shades of Fuchsia #D446CB
Tints of Fuchsia #D446CB
RGB
CMYK
RGB Variations
Color information
#D446CB (or 0xD446CB) is known color: Fuchsia. HEX triplet: D4, 46 and CB. RGB value is (212,70,203). Sum of RGB (Red+Green+Blue) = 212+70+203=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D446CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446CB is #2BB934. Grayscale: #7F7F7F. Windows color (decimal): -2865461 or 13321940. OLE color: 13321940.
HSL color Cylindrical-coordinate representation of color #D446CB: hue angle of 303.8º 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 #D446CB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 203 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.17 |
| HSL | 303.8º | 0.62% | 0.55% | - |
| HSV(B) | 303.8º | 0.67% | 0.83% | - |
| XYZ | 40.12 | 22.69 | 58.76 | - |
| YUV | 127.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 203 | 0 | 0.67 | 0.04 | 0.17 | 303.8 | 0.62 | 0.55 |
| Hex | D4 | 46 | CB | 0 | 43 | 4 | 11 | 130 | 3E | 37 |
| Octal | 324 | 106 | 313 | 0 | 103 | 4 | 21 | 460 | 76 | 67 |
| Binary | 11010100 | 1000110 | 11001011 | 0 | 1000011 | 100 | 10001 | 100110000 | 111110 | 110111 |
Color Harmonies of #D446CB
Complementary color
Monochromatic Colors of #D446CB
Black with #D446CB
Text Example
Text Example
White with #D446CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446CB; }
p { color: rgb(212,70,203); }
H1.HeaderClassName
{
color: #D446CB;
}
.AnyTagClassName
{
color: #D446CB;
}
</style>
background-color css
<style>
a { background-color: #D446CB; }
a { background-color: rgb(212,70,203); }
div.DivClassName
{
background-color: #D446CB;
}
.BgClassName
{
background-color: #D446CB;
}
</style>
border-color css
<style>
span { border-color: #D446CB; }
span { border-color: rgb(212,70,203); }
td.TdClassName
{
border-color: #D446CB;
}
.TagClassName
{
border-color: #D446CB;
}
</style>