Shades of Fuchsia #D631CB
Tints of Fuchsia #D631CB
RGB
CMYK
RGB Variations
Color information
#D631CB (or 0xD631CB) is known color: Fuchsia. HEX triplet: D6, 31 and CB. RGB value is (214,49,203). Sum of RGB (Red+Green+Blue) = 214+49+203=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D631CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631CB is #29CE34. Grayscale: #737373. Windows color (decimal): -2739765 or 13316566. OLE color: 13316566.
HSL color Cylindrical-coordinate representation of color #D631CB: hue angle of 304º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D631CB is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 203 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.16 |
| HSL | 304º | 0.67% | 0.52% | - |
| HSV(B) | 304º | 0.77% | 0.84% | - |
| XYZ | 39.61 | 20.8 | 58.43 | - |
| YUV | 115.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 203 | 0 | 0.77 | 0.05 | 0.16 | 304 | 0.67 | 0.52 |
| Hex | D6 | 31 | CB | 0 | 4D | 5 | 10 | 130 | 43 | 34 |
| Octal | 326 | 61 | 313 | 0 | 115 | 5 | 20 | 460 | 103 | 64 |
| Binary | 11010110 | 110001 | 11001011 | 0 | 1001101 | 101 | 10000 | 100110000 | 1000011 | 110100 |
Color Harmonies of #D631CB
Complementary color
Monochromatic Colors of #D631CB
Black with #D631CB
Text Example
Text Example
White with #D631CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631CB; }
p { color: rgb(214,49,203); }
H1.HeaderClassName
{
color: #D631CB;
}
.AnyTagClassName
{
color: #D631CB;
}
</style>
background-color css
<style>
a { background-color: #D631CB; }
a { background-color: rgb(214,49,203); }
div.DivClassName
{
background-color: #D631CB;
}
.BgClassName
{
background-color: #D631CB;
}
</style>
border-color css
<style>
span { border-color: #D631CB; }
span { border-color: rgb(214,49,203); }
td.TdClassName
{
border-color: #D631CB;
}
.TagClassName
{
border-color: #D631CB;
}
</style>