Shades of Fuchsia #D433CF
Tints of Fuchsia #D433CF
RGB
CMYK
RGB Variations
Color information
#D433CF (or 0xD433CF) is known color: Fuchsia. HEX triplet: D4, 33 and CF. RGB value is (212,51,207). Sum of RGB (Red+Green+Blue) = 212+51+207=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D433CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433CF is #2BCC30. Grayscale: #747474. Windows color (decimal): -2870321 or 13579220. OLE color: 13579220.
HSL color Cylindrical-coordinate representation of color #D433CF: hue angle of 301.86º 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 #D433CF is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 207 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.17 |
| HSL | 301.86º | 0.65% | 0.52% | - |
| HSV(B) | 301.86º | 0.76% | 0.83% | - |
| XYZ | 39.6 | 20.87 | 60.97 | - |
| YUV | 116.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 207 | 0 | 0.76 | 0.02 | 0.17 | 301.86 | 0.65 | 0.52 |
| Hex | D4 | 33 | CF | 0 | 4C | 2 | 11 | 12E | 41 | 34 |
| Octal | 324 | 63 | 317 | 0 | 114 | 2 | 21 | 456 | 101 | 64 |
| Binary | 11010100 | 110011 | 11001111 | 0 | 1001100 | 10 | 10001 | 100101110 | 1000001 | 110100 |
Color Harmonies of #D433CF
Complementary color
Monochromatic Colors of #D433CF
Black with #D433CF
Text Example
Text Example
White with #D433CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433CF; }
p { color: rgb(212,51,207); }
H1.HeaderClassName
{
color: #D433CF;
}
.AnyTagClassName
{
color: #D433CF;
}
</style>
background-color css
<style>
a { background-color: #D433CF; }
a { background-color: rgb(212,51,207); }
div.DivClassName
{
background-color: #D433CF;
}
.BgClassName
{
background-color: #D433CF;
}
</style>
border-color css
<style>
span { border-color: #D433CF; }
span { border-color: rgb(212,51,207); }
td.TdClassName
{
border-color: #D433CF;
}
.TagClassName
{
border-color: #D433CF;
}
</style>