Shades of Fuchsia #D644B8
Tints of Fuchsia #D644B8
RGB
CMYK
RGB Variations
Color information
#D644B8 (or 0xD644B8) is known color: Fuchsia. HEX triplet: D6, 44 and B8. RGB value is (214,68,184). Sum of RGB (Red+Green+Blue) = 214+68+184=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D644B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644B8 is #29BB47. Grayscale: #7C7C7C. Windows color (decimal): -2734920 or 12076246. OLE color: 12076246.
HSL color Cylindrical-coordinate representation of color #D644B8: hue angle of 312.33º 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 #D644B8 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 184 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.16 |
| HSL | 312.33º | 0.64% | 0.55% | - |
| HSV(B) | 312.33º | 0.68% | 0.84% | - |
| XYZ | 38.45 | 21.89 | 47.55 | - |
| YUV | 124.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 184 | 0 | 0.68 | 0.14 | 0.16 | 312.33 | 0.64 | 0.55 |
| Hex | D6 | 44 | B8 | 0 | 44 | E | 10 | 138 | 40 | 37 |
| Octal | 326 | 104 | 270 | 0 | 104 | 16 | 20 | 470 | 100 | 67 |
| Binary | 11010110 | 1000100 | 10111000 | 0 | 1000100 | 1110 | 10000 | 100111000 | 1000000 | 110111 |
Color Harmonies of #D644B8
Complementary color
Monochromatic Colors of #D644B8
Black with #D644B8
Text Example
Text Example
White with #D644B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D644B8; }
p { color: rgb(214,68,184); }
H1.HeaderClassName
{
color: #D644B8;
}
.AnyTagClassName
{
color: #D644B8;
}
</style>
background-color css
<style>
a { background-color: #D644B8; }
a { background-color: rgb(214,68,184); }
div.DivClassName
{
background-color: #D644B8;
}
.BgClassName
{
background-color: #D644B8;
}
</style>
border-color css
<style>
span { border-color: #D644B8; }
span { border-color: rgb(214,68,184); }
td.TdClassName
{
border-color: #D644B8;
}
.TagClassName
{
border-color: #D644B8;
}
</style>