Shades of Fuchsia #D648C9
Tints of Fuchsia #D648C9
RGB
CMYK
RGB Variations
Color information
#D648C9 (or 0xD648C9) is known color: Fuchsia. HEX triplet: D6, 48 and C9. RGB value is (214,72,201). Sum of RGB (Red+Green+Blue) = 214+72+201=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D648C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648C9 is #29B736. Grayscale: #808080. Windows color (decimal): -2733879 or 13191382. OLE color: 13191382.
HSL color Cylindrical-coordinate representation of color #D648C9: hue angle of 305.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D648C9 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 201 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.16 |
| HSL | 305.49º | 0.63% | 0.56% | - |
| HSV(B) | 305.49º | 0.66% | 0.84% | - |
| XYZ | 40.59 | 23.15 | 57.59 | - |
| YUV | 129.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 201 | 0 | 0.66 | 0.06 | 0.16 | 305.49 | 0.63 | 0.56 |
| Hex | D6 | 48 | C9 | 0 | 42 | 6 | 10 | 131 | 3F | 38 |
| Octal | 326 | 110 | 311 | 0 | 102 | 6 | 20 | 461 | 77 | 70 |
| Binary | 11010110 | 1001000 | 11001001 | 0 | 1000010 | 110 | 10000 | 100110001 | 111111 | 111000 |
Color Harmonies of #D648C9
Complementary color
Monochromatic Colors of #D648C9
Black with #D648C9
Text Example
Text Example
White with #D648C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D648C9; }
p { color: rgb(214,72,201); }
H1.HeaderClassName
{
color: #D648C9;
}
.AnyTagClassName
{
color: #D648C9;
}
</style>
background-color css
<style>
a { background-color: #D648C9; }
a { background-color: rgb(214,72,201); }
div.DivClassName
{
background-color: #D648C9;
}
.BgClassName
{
background-color: #D648C9;
}
</style>
border-color css
<style>
span { border-color: #D648C9; }
span { border-color: rgb(214,72,201); }
td.TdClassName
{
border-color: #D648C9;
}
.TagClassName
{
border-color: #D648C9;
}
</style>