Shades of Fuchsia #D633C9
Tints of Fuchsia #D633C9
RGB
CMYK
RGB Variations
Color information
#D633C9 (or 0xD633C9) is known color: Fuchsia. HEX triplet: D6, 33 and C9. RGB value is (214,51,201). Sum of RGB (Red+Green+Blue) = 214+51+201=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D633C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633C9 is #29CC36. Grayscale: #747474. Windows color (decimal): -2739255 or 13186006. OLE color: 13186006.
HSL color Cylindrical-coordinate representation of color #D633C9: hue angle of 304.79º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D633C9 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 201 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.16 |
| HSL | 304.79º | 0.67% | 0.52% | - |
| HSV(B) | 304.79º | 0.76% | 0.84% | - |
| XYZ | 39.46 | 20.88 | 57.21 | - |
| YUV | 116.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 201 | 0 | 0.76 | 0.06 | 0.16 | 304.79 | 0.67 | 0.52 |
| Hex | D6 | 33 | C9 | 0 | 4C | 6 | 10 | 131 | 43 | 34 |
| Octal | 326 | 63 | 311 | 0 | 114 | 6 | 20 | 461 | 103 | 64 |
| Binary | 11010110 | 110011 | 11001001 | 0 | 1001100 | 110 | 10000 | 100110001 | 1000011 | 110100 |
Color Harmonies of #D633C9
Complementary color
Monochromatic Colors of #D633C9
Black with #D633C9
Text Example
Text Example
White with #D633C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D633C9; }
p { color: rgb(214,51,201); }
H1.HeaderClassName
{
color: #D633C9;
}
.AnyTagClassName
{
color: #D633C9;
}
</style>
background-color css
<style>
a { background-color: #D633C9; }
a { background-color: rgb(214,51,201); }
div.DivClassName
{
background-color: #D633C9;
}
.BgClassName
{
background-color: #D633C9;
}
</style>
border-color css
<style>
span { border-color: #D633C9; }
span { border-color: rgb(214,51,201); }
td.TdClassName
{
border-color: #D633C9;
}
.TagClassName
{
border-color: #D633C9;
}
</style>