Shades of Fuchsia #D448B5
Tints of Fuchsia #D448B5
RGB
CMYK
RGB Variations
Color information
#D448B5 (or 0xD448B5) is known color: Fuchsia. HEX triplet: D4, 48 and B5. RGB value is (212,72,181). Sum of RGB (Red+Green+Blue) = 212+72+181=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D448B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448B5 is #2BB74A. Grayscale: #7D7D7D. Windows color (decimal): -2864971 or 11880660. OLE color: 11880660.
HSL color Cylindrical-coordinate representation of color #D448B5: hue angle of 313.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D448B5 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 181 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.17 |
| HSL | 313.29º | 0.62% | 0.56% | - |
| HSV(B) | 313.29º | 0.66% | 0.83% | - |
| XYZ | 37.81 | 21.97 | 45.96 | - |
| YUV | 126.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 181 | 0 | 0.66 | 0.15 | 0.17 | 313.29 | 0.62 | 0.56 |
| Hex | D4 | 48 | B5 | 0 | 42 | F | 11 | 139 | 3E | 38 |
| Octal | 324 | 110 | 265 | 0 | 102 | 17 | 21 | 471 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10110101 | 0 | 1000010 | 1111 | 10001 | 100111001 | 111110 | 111000 |
Color Harmonies of #D448B5
Complementary color
Monochromatic Colors of #D448B5
Black with #D448B5
Text Example
Text Example
White with #D448B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448B5; }
p { color: rgb(212,72,181); }
H1.HeaderClassName
{
color: #D448B5;
}
.AnyTagClassName
{
color: #D448B5;
}
</style>
background-color css
<style>
a { background-color: #D448B5; }
a { background-color: rgb(212,72,181); }
div.DivClassName
{
background-color: #D448B5;
}
.BgClassName
{
background-color: #D448B5;
}
</style>
border-color css
<style>
span { border-color: #D448B5; }
span { border-color: rgb(212,72,181); }
td.TdClassName
{
border-color: #D448B5;
}
.TagClassName
{
border-color: #D448B5;
}
</style>