Shades of Fuchsia #DA45BD
Tints of Fuchsia #DA45BD
RGB
CMYK
RGB Variations
Color information
#DA45BD (or 0xDA45BD) is known color: Fuchsia. HEX triplet: DA, 45 and BD. RGB value is (218,69,189). Sum of RGB (Red+Green+Blue) = 218+69+189=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA45BD is #25BA42. Grayscale: #7E7E7E. Windows color (decimal): -2472515 or 12404186. OLE color: 12404186.
HSL color Cylindrical-coordinate representation of color #DA45BD: hue angle of 311.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA45BD is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 189 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.15 |
| HSL | 311.68º | 0.67% | 0.56% | - |
| HSV(B) | 311.68º | 0.68% | 0.85% | - |
| XYZ | 40.23 | 22.84 | 50.43 | - |
| YUV | 127.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 189 | 0 | 0.68 | 0.13 | 0.15 | 311.68 | 0.67 | 0.56 |
| Hex | DA | 45 | BD | 0 | 44 | D | F | 138 | 43 | 38 |
| Octal | 332 | 105 | 275 | 0 | 104 | 15 | 17 | 470 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10111101 | 0 | 1000100 | 1101 | 1111 | 100111000 | 1000011 | 111000 |
Color Harmonies of #DA45BD
Complementary color
Monochromatic Colors of #DA45BD
Black with #DA45BD
Text Example
Text Example
White with #DA45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA45BD; }
p { color: rgb(218,69,189); }
H1.HeaderClassName
{
color: #DA45BD;
}
.AnyTagClassName
{
color: #DA45BD;
}
</style>
background-color css
<style>
a { background-color: #DA45BD; }
a { background-color: rgb(218,69,189); }
div.DivClassName
{
background-color: #DA45BD;
}
.BgClassName
{
background-color: #DA45BD;
}
</style>
border-color css
<style>
span { border-color: #DA45BD; }
span { border-color: rgb(218,69,189); }
td.TdClassName
{
border-color: #DA45BD;
}
.TagClassName
{
border-color: #DA45BD;
}
</style>