Shades of Fuchsia #D53DB3
Tints of Fuchsia #D53DB3
RGB
CMYK
RGB Variations
Color information
#D53DB3 (or 0xD53DB3) is known color: Fuchsia. HEX triplet: D5, 3D and B3. RGB value is (213,61,179). Sum of RGB (Red+Green+Blue) = 213+61+179=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DB3 is #2AC24C. Grayscale: #777777. Windows color (decimal): -2802253 or 11746773. OLE color: 11746773.
HSL color Cylindrical-coordinate representation of color #D53DB3: hue angle of 313.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53DB3 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 179 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.16 |
| HSL | 313.42º | 0.64% | 0.54% | - |
| HSV(B) | 313.42º | 0.71% | 0.84% | - |
| XYZ | 37.25 | 20.74 | 44.69 | - |
| YUV | 119.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 179 | 0 | 0.71 | 0.16 | 0.16 | 313.42 | 0.64 | 0.54 |
| Hex | D5 | 3D | B3 | 0 | 47 | 10 | 10 | 139 | 40 | 36 |
| Octal | 325 | 75 | 263 | 0 | 107 | 20 | 20 | 471 | 100 | 66 |
| Binary | 11010101 | 111101 | 10110011 | 0 | 1000111 | 10000 | 10000 | 100111001 | 1000000 | 110110 |
Color Harmonies of #D53DB3
Complementary color
Monochromatic Colors of #D53DB3
Black with #D53DB3
Text Example
Text Example
White with #D53DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DB3; }
p { color: rgb(213,61,179); }
H1.HeaderClassName
{
color: #D53DB3;
}
.AnyTagClassName
{
color: #D53DB3;
}
</style>
background-color css
<style>
a { background-color: #D53DB3; }
a { background-color: rgb(213,61,179); }
div.DivClassName
{
background-color: #D53DB3;
}
.BgClassName
{
background-color: #D53DB3;
}
</style>
border-color css
<style>
span { border-color: #D53DB3; }
span { border-color: rgb(213,61,179); }
td.TdClassName
{
border-color: #D53DB3;
}
.TagClassName
{
border-color: #D53DB3;
}
</style>