Shades of Fuchsia #D433C7
Tints of Fuchsia #D433C7
RGB
CMYK
RGB Variations
Color information
#D433C7 (or 0xD433C7) is known color: Fuchsia. HEX triplet: D4, 33 and C7. RGB value is (212,51,199). Sum of RGB (Red+Green+Blue) = 212+51+199=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D433C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433C7 is #2BCC38. Grayscale: #737373. Windows color (decimal): -2870329 or 13054932. OLE color: 13054932.
HSL color Cylindrical-coordinate representation of color #D433C7: hue angle of 304.84º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D433C7 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 199 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.17 |
| HSL | 304.84º | 0.65% | 0.52% | - |
| HSV(B) | 304.84º | 0.76% | 0.83% | - |
| XYZ | 38.64 | 20.49 | 55.95 | - |
| YUV | 116.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 199 | 0 | 0.76 | 0.06 | 0.17 | 304.84 | 0.65 | 0.52 |
| Hex | D4 | 33 | C7 | 0 | 4C | 6 | 11 | 131 | 41 | 34 |
| Octal | 324 | 63 | 307 | 0 | 114 | 6 | 21 | 461 | 101 | 64 |
| Binary | 11010100 | 110011 | 11000111 | 0 | 1001100 | 110 | 10001 | 100110001 | 1000001 | 110100 |
Color Harmonies of #D433C7
Complementary color
Monochromatic Colors of #D433C7
Black with #D433C7
Text Example
Text Example
White with #D433C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433C7; }
p { color: rgb(212,51,199); }
H1.HeaderClassName
{
color: #D433C7;
}
.AnyTagClassName
{
color: #D433C7;
}
</style>
background-color css
<style>
a { background-color: #D433C7; }
a { background-color: rgb(212,51,199); }
div.DivClassName
{
background-color: #D433C7;
}
.BgClassName
{
background-color: #D433C7;
}
</style>
border-color css
<style>
span { border-color: #D433C7; }
span { border-color: rgb(212,51,199); }
td.TdClassName
{
border-color: #D433C7;
}
.TagClassName
{
border-color: #D433C7;
}
</style>