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