Shades of Fuchsia #D453AD
Tints of Fuchsia #D453AD
RGB
CMYK
RGB Variations
Color information
#D453AD (or 0xD453AD) is known color: Fuchsia. HEX triplet: D4, 53 and AD. RGB value is (212,83,173). Sum of RGB (Red+Green+Blue) = 212+83+173=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D453AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D453AD is #2BAC52. Grayscale: #838383. Windows color (decimal): -2862163 or 11359188. OLE color: 11359188.
HSL color Cylindrical-coordinate representation of color #D453AD: hue angle of 318.14º 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 #D453AD is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 173 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.17 |
| HSL | 318.14º | 0.6% | 0.58% | - |
| HSV(B) | 318.14º | 0.61% | 0.83% | - |
| XYZ | 37.79 | 23.2 | 42.02 | - |
| YUV | 131.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 173 | 0 | 0.61 | 0.18 | 0.17 | 318.14 | 0.6 | 0.58 |
| Hex | D4 | 53 | AD | 0 | 3D | 12 | 11 | 13E | 3C | 3A |
| Octal | 324 | 123 | 255 | 0 | 75 | 22 | 21 | 476 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10101101 | 0 | 111101 | 10010 | 10001 | 100111110 | 111100 | 111010 |
Color Harmonies of #D453AD
Complementary color
Monochromatic Colors of #D453AD
Black with #D453AD
Text Example
Text Example
White with #D453AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453AD; }
p { color: rgb(212,83,173); }
H1.HeaderClassName
{
color: #D453AD;
}
.AnyTagClassName
{
color: #D453AD;
}
</style>
background-color css
<style>
a { background-color: #D453AD; }
a { background-color: rgb(212,83,173); }
div.DivClassName
{
background-color: #D453AD;
}
.BgClassName
{
background-color: #D453AD;
}
</style>
border-color css
<style>
span { border-color: #D453AD; }
span { border-color: rgb(212,83,173); }
td.TdClassName
{
border-color: #D453AD;
}
.TagClassName
{
border-color: #D453AD;
}
</style>