Shades of Fuchsia #D648B5
Tints of Fuchsia #D648B5
RGB
CMYK
RGB Variations
Color information
#D648B5 (or 0xD648B5) is known color: Fuchsia. HEX triplet: D6, 48 and B5. RGB value is (214,72,181). Sum of RGB (Red+Green+Blue) = 214+72+181=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D648B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648B5 is #29B74A. Grayscale: #7E7E7E. Windows color (decimal): -2733899 or 11880662. OLE color: 11880662.
HSL color Cylindrical-coordinate representation of color #D648B5: hue angle of 313.94º 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 #D648B5 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 181 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.16 |
| HSL | 313.94º | 0.63% | 0.56% | - |
| HSV(B) | 313.94º | 0.66% | 0.84% | - |
| XYZ | 38.39 | 22.27 | 45.99 | - |
| YUV | 126.88 | 158.54 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 181 | 0 | 0.66 | 0.15 | 0.16 | 313.94 | 0.63 | 0.56 |
| Hex | D6 | 48 | B5 | 0 | 42 | F | 10 | 13A | 3F | 38 |
| Octal | 326 | 110 | 265 | 0 | 102 | 17 | 20 | 472 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10110101 | 0 | 1000010 | 1111 | 10000 | 100111010 | 111111 | 111000 |
Color Harmonies of #D648B5
Complementary color
Monochromatic Colors of #D648B5
Black with #D648B5
Text Example
Text Example
White with #D648B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D648B5; }
p { color: rgb(214,72,181); }
H1.HeaderClassName
{
color: #D648B5;
}
.AnyTagClassName
{
color: #D648B5;
}
</style>
background-color css
<style>
a { background-color: #D648B5; }
a { background-color: rgb(214,72,181); }
div.DivClassName
{
background-color: #D648B5;
}
.BgClassName
{
background-color: #D648B5;
}
</style>
border-color css
<style>
span { border-color: #D648B5; }
span { border-color: rgb(214,72,181); }
td.TdClassName
{
border-color: #D648B5;
}
.TagClassName
{
border-color: #D648B5;
}
</style>