Shades of Fuchsia #D52DBD
Tints of Fuchsia #D52DBD
RGB
CMYK
RGB Variations
Color information
#D52DBD (or 0xD52DBD) is known color: Fuchsia. HEX triplet: D5, 2D and BD. RGB value is (213,45,189). Sum of RGB (Red+Green+Blue) = 213+45+189=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DBD is #2AD242. Grayscale: #6F6F6F. Windows color (decimal): -2806339 or 12398037. OLE color: 12398037.
HSL color Cylindrical-coordinate representation of color #D52DBD: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52DBD is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 189 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.16 |
| HSL | 308.57º | 0.67% | 0.51% | - |
| HSV(B) | 308.57º | 0.79% | 0.84% | - |
| XYZ | 37.56 | 19.7 | 49.97 | - |
| YUV | 111.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 189 | 0 | 0.79 | 0.11 | 0.16 | 308.57 | 0.67 | 0.51 |
| Hex | D5 | 2D | BD | 0 | 4F | B | 10 | 135 | 43 | 33 |
| Octal | 325 | 55 | 275 | 0 | 117 | 13 | 20 | 465 | 103 | 63 |
| Binary | 11010101 | 101101 | 10111101 | 0 | 1001111 | 1011 | 10000 | 100110101 | 1000011 | 110011 |
Color Harmonies of #D52DBD
Complementary color
Monochromatic Colors of #D52DBD
Black with #D52DBD
Text Example
Text Example
White with #D52DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DBD; }
p { color: rgb(213,45,189); }
H1.HeaderClassName
{
color: #D52DBD;
}
.AnyTagClassName
{
color: #D52DBD;
}
</style>
background-color css
<style>
a { background-color: #D52DBD; }
a { background-color: rgb(213,45,189); }
div.DivClassName
{
background-color: #D52DBD;
}
.BgClassName
{
background-color: #D52DBD;
}
</style>
border-color css
<style>
span { border-color: #D52DBD; }
span { border-color: rgb(213,45,189); }
td.TdClassName
{
border-color: #D52DBD;
}
.TagClassName
{
border-color: #D52DBD;
}
</style>