Shades of Fuchsia #D452BE
Tints of Fuchsia #D452BE
RGB
CMYK
RGB Variations
Color information
#D452BE (or 0xD452BE) is known color: Fuchsia. HEX triplet: D4, 52 and BE. RGB value is (212,82,190). Sum of RGB (Red+Green+Blue) = 212+82+190=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D452BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D452BE is #2BAD41. Grayscale: #848484. Windows color (decimal): -2862402 or 12473044. OLE color: 12473044.
HSL color Cylindrical-coordinate representation of color #D452BE: hue angle of 310.15º 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 #D452BE is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 190 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.17 |
| HSL | 310.15º | 0.6% | 0.58% | - |
| HSV(B) | 310.15º | 0.61% | 0.83% | - |
| XYZ | 39.46 | 23.75 | 51.22 | - |
| YUV | 133.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 190 | 0 | 0.61 | 0.10 | 0.17 | 310.15 | 0.6 | 0.58 |
| Hex | D4 | 52 | BE | 0 | 3D | A | 11 | 136 | 3C | 3A |
| Octal | 324 | 122 | 276 | 0 | 75 | 12 | 21 | 466 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10111110 | 0 | 111101 | 1010 | 10001 | 100110110 | 111100 | 111010 |
Color Harmonies of #D452BE
Complementary color
Monochromatic Colors of #D452BE
Black with #D452BE
Text Example
Text Example
White with #D452BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452BE; }
p { color: rgb(212,82,190); }
H1.HeaderClassName
{
color: #D452BE;
}
.AnyTagClassName
{
color: #D452BE;
}
</style>
background-color css
<style>
a { background-color: #D452BE; }
a { background-color: rgb(212,82,190); }
div.DivClassName
{
background-color: #D452BE;
}
.BgClassName
{
background-color: #D452BE;
}
</style>
border-color css
<style>
span { border-color: #D452BE; }
span { border-color: rgb(212,82,190); }
td.TdClassName
{
border-color: #D452BE;
}
.TagClassName
{
border-color: #D452BE;
}
</style>