Shades of Fuchsia #D452BD
Tints of Fuchsia #D452BD
RGB
CMYK
RGB Variations
Color information
#D452BD (or 0xD452BD) is known color: Fuchsia. HEX triplet: D4, 52 and BD. RGB value is (212,82,189). Sum of RGB (Red+Green+Blue) = 212+82+189=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D452BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D452BD is #2BAD42. Grayscale: #848484. Windows color (decimal): -2862403 or 12407508. OLE color: 12407508.
HSL color Cylindrical-coordinate representation of color #D452BD: hue angle of 310.62º 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 #D452BD is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 189 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.17 |
| HSL | 310.62º | 0.6% | 0.58% | - |
| HSV(B) | 310.62º | 0.61% | 0.83% | - |
| XYZ | 39.35 | 23.71 | 50.65 | - |
| YUV | 133.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 189 | 0 | 0.61 | 0.11 | 0.17 | 310.62 | 0.6 | 0.58 |
| Hex | D4 | 52 | BD | 0 | 3D | B | 11 | 137 | 3C | 3A |
| Octal | 324 | 122 | 275 | 0 | 75 | 13 | 21 | 467 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10111101 | 0 | 111101 | 1011 | 10001 | 100110111 | 111100 | 111010 |
Color Harmonies of #D452BD
Complementary color
Monochromatic Colors of #D452BD
Black with #D452BD
Text Example
Text Example
White with #D452BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452BD; }
p { color: rgb(212,82,189); }
H1.HeaderClassName
{
color: #D452BD;
}
.AnyTagClassName
{
color: #D452BD;
}
</style>
background-color css
<style>
a { background-color: #D452BD; }
a { background-color: rgb(212,82,189); }
div.DivClassName
{
background-color: #D452BD;
}
.BgClassName
{
background-color: #D452BD;
}
</style>
border-color css
<style>
span { border-color: #D452BD; }
span { border-color: rgb(212,82,189); }
td.TdClassName
{
border-color: #D452BD;
}
.TagClassName
{
border-color: #D452BD;
}
</style>