Shades of Fuchsia #D52DBB
Tints of Fuchsia #D52DBB
RGB
CMYK
RGB Variations
Color information
#D52DBB (or 0xD52DBB) is known color: Fuchsia. HEX triplet: D5, 2D and BB. RGB value is (213,45,187). Sum of RGB (Red+Green+Blue) = 213+45+187=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DBB is #2AD244. Grayscale: #6F6F6F. Windows color (decimal): -2806341 or 12266965. OLE color: 12266965.
HSL color Cylindrical-coordinate representation of color #D52DBB: hue angle of 309.29º 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 #D52DBB is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 187 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.16 |
| HSL | 309.29º | 0.67% | 0.51% | - |
| HSV(B) | 309.29º | 0.79% | 0.84% | - |
| XYZ | 37.35 | 19.61 | 48.83 | - |
| YUV | 111.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 187 | 0 | 0.79 | 0.12 | 0.16 | 309.29 | 0.67 | 0.51 |
| Hex | D5 | 2D | BB | 0 | 4F | C | 10 | 135 | 43 | 33 |
| Octal | 325 | 55 | 273 | 0 | 117 | 14 | 20 | 465 | 103 | 63 |
| Binary | 11010101 | 101101 | 10111011 | 0 | 1001111 | 1100 | 10000 | 100110101 | 1000011 | 110011 |
Color Harmonies of #D52DBB
Complementary color
Monochromatic Colors of #D52DBB
Black with #D52DBB
Text Example
Text Example
White with #D52DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DBB; }
p { color: rgb(213,45,187); }
H1.HeaderClassName
{
color: #D52DBB;
}
.AnyTagClassName
{
color: #D52DBB;
}
</style>
background-color css
<style>
a { background-color: #D52DBB; }
a { background-color: rgb(213,45,187); }
div.DivClassName
{
background-color: #D52DBB;
}
.BgClassName
{
background-color: #D52DBB;
}
</style>
border-color css
<style>
span { border-color: #D52DBB; }
span { border-color: rgb(213,45,187); }
td.TdClassName
{
border-color: #D52DBB;
}
.TagClassName
{
border-color: #D52DBB;
}
</style>