Shades of Fuchsia #D451B5
Tints of Fuchsia #D451B5
RGB
CMYK
RGB Variations
Color information
#D451B5 (or 0xD451B5) is known color: Fuchsia. HEX triplet: D4, 51 and B5. RGB value is (212,81,181). Sum of RGB (Red+Green+Blue) = 212+81+181=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D451B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D451B5 is #2BAE4A. Grayscale: #838383. Windows color (decimal): -2862667 or 11882964. OLE color: 11882964.
HSL color Cylindrical-coordinate representation of color #D451B5: hue angle of 314.2º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D451B5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 181 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.17 |
| HSL | 314.2º | 0.6% | 0.57% | - |
| HSV(B) | 314.2º | 0.62% | 0.83% | - |
| XYZ | 38.43 | 23.22 | 46.17 | - |
| YUV | 131.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 181 | 0 | 0.62 | 0.15 | 0.17 | 314.2 | 0.6 | 0.57 |
| Hex | D4 | 51 | B5 | 0 | 3E | F | 11 | 13A | 3C | 39 |
| Octal | 324 | 121 | 265 | 0 | 76 | 17 | 21 | 472 | 74 | 71 |
| Binary | 11010100 | 1010001 | 10110101 | 0 | 111110 | 1111 | 10001 | 100111010 | 111100 | 111001 |
Color Harmonies of #D451B5
Complementary color
Monochromatic Colors of #D451B5
Black with #D451B5
Text Example
Text Example
White with #D451B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451B5; }
p { color: rgb(212,81,181); }
H1.HeaderClassName
{
color: #D451B5;
}
.AnyTagClassName
{
color: #D451B5;
}
</style>
background-color css
<style>
a { background-color: #D451B5; }
a { background-color: rgb(212,81,181); }
div.DivClassName
{
background-color: #D451B5;
}
.BgClassName
{
background-color: #D451B5;
}
</style>
border-color css
<style>
span { border-color: #D451B5; }
span { border-color: rgb(212,81,181); }
td.TdClassName
{
border-color: #D451B5;
}
.TagClassName
{
border-color: #D451B5;
}
</style>