Shades of Fuchsia #D430B2
Tints of Fuchsia #D430B2
RGB
CMYK
RGB Variations
Color information
#D430B2 (or 0xD430B2) is known color: Fuchsia. HEX triplet: D4, 30 and B2. RGB value is (212,48,178). Sum of RGB (Red+Green+Blue) = 212+48+178=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D430B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D430B2 is #2BCF4D. Grayscale: #6F6F6F. Windows color (decimal): -2871118 or 11677908. OLE color: 11677908.
HSL color Cylindrical-coordinate representation of color #D430B2: hue angle of 312.44º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D430B2 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 178 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.17 |
| HSL | 312.44º | 0.66% | 0.51% | - |
| HSV(B) | 312.44º | 0.77% | 0.83% | - |
| XYZ | 36.24 | 19.33 | 43.94 | - |
| YUV | 111.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 178 | 0 | 0.77 | 0.16 | 0.17 | 312.44 | 0.66 | 0.51 |
| Hex | D4 | 30 | B2 | 0 | 4D | 10 | 11 | 138 | 42 | 33 |
| Octal | 324 | 60 | 262 | 0 | 115 | 20 | 21 | 470 | 102 | 63 |
| Binary | 11010100 | 110000 | 10110010 | 0 | 1001101 | 10000 | 10001 | 100111000 | 1000010 | 110011 |
Color Harmonies of #D430B2
Complementary color
Monochromatic Colors of #D430B2
Black with #D430B2
Text Example
Text Example
White with #D430B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430B2; }
p { color: rgb(212,48,178); }
H1.HeaderClassName
{
color: #D430B2;
}
.AnyTagClassName
{
color: #D430B2;
}
</style>
background-color css
<style>
a { background-color: #D430B2; }
a { background-color: rgb(212,48,178); }
div.DivClassName
{
background-color: #D430B2;
}
.BgClassName
{
background-color: #D430B2;
}
</style>
border-color css
<style>
span { border-color: #D430B2; }
span { border-color: rgb(212,48,178); }
td.TdClassName
{
border-color: #D430B2;
}
.TagClassName
{
border-color: #D430B2;
}
</style>