Shades of Fuchsia #D648BE
Tints of Fuchsia #D648BE
RGB
CMYK
RGB Variations
Color information
#D648BE (or 0xD648BE) is known color: Fuchsia. HEX triplet: D6, 48 and BE. RGB value is (214,72,190). Sum of RGB (Red+Green+Blue) = 214+72+190=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D648BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648BE is #29B741. Grayscale: #7F7F7F. Windows color (decimal): -2733890 or 12470486. OLE color: 12470486.
HSL color Cylindrical-coordinate representation of color #D648BE: hue angle of 310.14º 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 #D648BE is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 190 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.16 |
| HSL | 310.14º | 0.63% | 0.56% | - |
| HSV(B) | 310.14º | 0.66% | 0.84% | - |
| XYZ | 39.34 | 22.65 | 51.01 | - |
| YUV | 127.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 190 | 0 | 0.66 | 0.11 | 0.16 | 310.14 | 0.63 | 0.56 |
| Hex | D6 | 48 | BE | 0 | 42 | B | 10 | 136 | 3F | 38 |
| Octal | 326 | 110 | 276 | 0 | 102 | 13 | 20 | 466 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10111110 | 0 | 1000010 | 1011 | 10000 | 100110110 | 111111 | 111000 |
Color Harmonies of #D648BE
Complementary color
Monochromatic Colors of #D648BE
Black with #D648BE
Text Example
Text Example
White with #D648BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D648BE; }
p { color: rgb(214,72,190); }
H1.HeaderClassName
{
color: #D648BE;
}
.AnyTagClassName
{
color: #D648BE;
}
</style>
background-color css
<style>
a { background-color: #D648BE; }
a { background-color: rgb(214,72,190); }
div.DivClassName
{
background-color: #D648BE;
}
.BgClassName
{
background-color: #D648BE;
}
</style>
border-color css
<style>
span { border-color: #D648BE; }
span { border-color: rgb(214,72,190); }
td.TdClassName
{
border-color: #D648BE;
}
.TagClassName
{
border-color: #D648BE;
}
</style>