Shades of Fuchsia #D645AD
Tints of Fuchsia #D645AD
RGB
CMYK
RGB Variations
Color information
#D645AD (or 0xD645AD) is known color: Fuchsia. HEX triplet: D6, 45 and AD. RGB value is (214,69,173). Sum of RGB (Red+Green+Blue) = 214+69+173=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D645AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D645AD is #29BA52. Grayscale: #7B7B7B. Windows color (decimal): -2734675 or 11355606. OLE color: 11355606.
HSL color Cylindrical-coordinate representation of color #D645AD: hue angle of 316.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D645AD is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 173 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.16 |
| HSL | 316.97º | 0.64% | 0.55% | - |
| HSV(B) | 316.97º | 0.68% | 0.84% | - |
| XYZ | 37.4 | 21.57 | 41.73 | - |
| YUV | 124.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 173 | 0 | 0.68 | 0.19 | 0.16 | 316.97 | 0.64 | 0.55 |
| Hex | D6 | 45 | AD | 0 | 44 | 13 | 10 | 13D | 40 | 37 |
| Octal | 326 | 105 | 255 | 0 | 104 | 23 | 20 | 475 | 100 | 67 |
| Binary | 11010110 | 1000101 | 10101101 | 0 | 1000100 | 10011 | 10000 | 100111101 | 1000000 | 110111 |
Color Harmonies of #D645AD
Complementary color
Monochromatic Colors of #D645AD
Black with #D645AD
Text Example
Text Example
White with #D645AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D645AD; }
p { color: rgb(214,69,173); }
H1.HeaderClassName
{
color: #D645AD;
}
.AnyTagClassName
{
color: #D645AD;
}
</style>
background-color css
<style>
a { background-color: #D645AD; }
a { background-color: rgb(214,69,173); }
div.DivClassName
{
background-color: #D645AD;
}
.BgClassName
{
background-color: #D645AD;
}
</style>
border-color css
<style>
span { border-color: #D645AD; }
span { border-color: rgb(214,69,173); }
td.TdClassName
{
border-color: #D645AD;
}
.TagClassName
{
border-color: #D645AD;
}
</style>