Shades of Fuchsia #DC45B3
Tints of Fuchsia #DC45B3
RGB
CMYK
RGB Variations
Color information
#DC45B3 (or 0xDC45B3) is known color: Fuchsia. HEX triplet: DC, 45 and B3. RGB value is (220,69,179). Sum of RGB (Red+Green+Blue) = 220+69+179=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC45B3 is #23BA4C. Grayscale: #7E7E7E. Windows color (decimal): -2341453 or 11748828. OLE color: 11748828.
HSL color Cylindrical-coordinate representation of color #DC45B3: hue angle of 316.29º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC45B3 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 179 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.14 |
| HSL | 316.29º | 0.68% | 0.57% | - |
| HSV(B) | 316.29º | 0.69% | 0.86% | - |
| XYZ | 39.78 | 22.73 | 44.94 | - |
| YUV | 126.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 179 | 0 | 0.69 | 0.19 | 0.14 | 316.29 | 0.68 | 0.57 |
| Hex | DC | 45 | B3 | 0 | 45 | 13 | E | 13C | 44 | 39 |
| Octal | 334 | 105 | 263 | 0 | 105 | 23 | 16 | 474 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10110011 | 0 | 1000101 | 10011 | 1110 | 100111100 | 1000100 | 111001 |
Color Harmonies of #DC45B3
Complementary color
Monochromatic Colors of #DC45B3
Black with #DC45B3
Text Example
Text Example
White with #DC45B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45B3; }
p { color: rgb(220,69,179); }
H1.HeaderClassName
{
color: #DC45B3;
}
.AnyTagClassName
{
color: #DC45B3;
}
</style>
background-color css
<style>
a { background-color: #DC45B3; }
a { background-color: rgb(220,69,179); }
div.DivClassName
{
background-color: #DC45B3;
}
.BgClassName
{
background-color: #DC45B3;
}
</style>
border-color css
<style>
span { border-color: #DC45B3; }
span { border-color: rgb(220,69,179); }
td.TdClassName
{
border-color: #DC45B3;
}
.TagClassName
{
border-color: #DC45B3;
}
</style>