Shades of Fuchsia #D452B5
Tints of Fuchsia #D452B5
RGB
CMYK
RGB Variations
Color information
#D452B5 (or 0xD452B5) is known color: Fuchsia. HEX triplet: D4, 52 and B5. RGB value is (212,82,181). Sum of RGB (Red+Green+Blue) = 212+82+181=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D452B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D452B5 is #2BAD4A. Grayscale: #838383. Windows color (decimal): -2862411 or 11883220. OLE color: 11883220.
HSL color Cylindrical-coordinate representation of color #D452B5: hue angle of 314.31º 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 #D452B5 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 181 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.17 |
| HSL | 314.31º | 0.6% | 0.58% | - |
| HSV(B) | 314.31º | 0.61% | 0.83% | - |
| XYZ | 38.51 | 23.37 | 46.2 | - |
| YUV | 132.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 181 | 0 | 0.61 | 0.15 | 0.17 | 314.31 | 0.6 | 0.58 |
| Hex | D4 | 52 | B5 | 0 | 3D | F | 11 | 13A | 3C | 3A |
| Octal | 324 | 122 | 265 | 0 | 75 | 17 | 21 | 472 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10110101 | 0 | 111101 | 1111 | 10001 | 100111010 | 111100 | 111010 |
Color Harmonies of #D452B5
Complementary color
Monochromatic Colors of #D452B5
Black with #D452B5
Text Example
Text Example
White with #D452B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452B5; }
p { color: rgb(212,82,181); }
H1.HeaderClassName
{
color: #D452B5;
}
.AnyTagClassName
{
color: #D452B5;
}
</style>
background-color css
<style>
a { background-color: #D452B5; }
a { background-color: rgb(212,82,181); }
div.DivClassName
{
background-color: #D452B5;
}
.BgClassName
{
background-color: #D452B5;
}
</style>
border-color css
<style>
span { border-color: #D452B5; }
span { border-color: rgb(212,82,181); }
td.TdClassName
{
border-color: #D452B5;
}
.TagClassName
{
border-color: #D452B5;
}
</style>