Shades of Fuchsia #D453BD
Tints of Fuchsia #D453BD
RGB
CMYK
RGB Variations
Color information
#D453BD (or 0xD453BD) is known color: Fuchsia. HEX triplet: D4, 53 and BD. RGB value is (212,83,189). Sum of RGB (Red+Green+Blue) = 212+83+189=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D453BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453BD is #2BAC42. Grayscale: #858585. Windows color (decimal): -2862147 or 12407764. OLE color: 12407764.
HSL color Cylindrical-coordinate representation of color #D453BD: hue angle of 310.7º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453BD is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 189 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.17 |
| HSL | 310.7º | 0.6% | 0.58% | - |
| HSV(B) | 310.7º | 0.61% | 0.83% | - |
| XYZ | 39.43 | 23.86 | 50.67 | - |
| YUV | 133.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 189 | 0 | 0.61 | 0.11 | 0.17 | 310.7 | 0.6 | 0.58 |
| Hex | D4 | 53 | BD | 0 | 3D | B | 11 | 137 | 3C | 3A |
| Octal | 324 | 123 | 275 | 0 | 75 | 13 | 21 | 467 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10111101 | 0 | 111101 | 1011 | 10001 | 100110111 | 111100 | 111010 |
Color Harmonies of #D453BD
Complementary color
Monochromatic Colors of #D453BD
Black with #D453BD
Text Example
Text Example
White with #D453BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453BD; }
p { color: rgb(212,83,189); }
H1.HeaderClassName
{
color: #D453BD;
}
.AnyTagClassName
{
color: #D453BD;
}
</style>
background-color css
<style>
a { background-color: #D453BD; }
a { background-color: rgb(212,83,189); }
div.DivClassName
{
background-color: #D453BD;
}
.BgClassName
{
background-color: #D453BD;
}
</style>
border-color css
<style>
span { border-color: #D453BD; }
span { border-color: rgb(212,83,189); }
td.TdClassName
{
border-color: #D453BD;
}
.TagClassName
{
border-color: #D453BD;
}
</style>