Shades of Fuchsia #D633C7
Tints of Fuchsia #D633C7
RGB
CMYK
RGB Variations
Color information
#D633C7 (or 0xD633C7) is known color: Fuchsia. HEX triplet: D6, 33 and C7. RGB value is (214,51,199). Sum of RGB (Red+Green+Blue) = 214+51+199=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D633C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633C7 is #29CC38. Grayscale: #747474. Windows color (decimal): -2739257 or 13054934. OLE color: 13054934.
HSL color Cylindrical-coordinate representation of color #D633C7: hue angle of 305.52º 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 #D633C7 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 199 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.16 |
| HSL | 305.52º | 0.67% | 0.52% | - |
| HSV(B) | 305.52º | 0.76% | 0.84% | - |
| XYZ | 39.22 | 20.79 | 55.98 | - |
| YUV | 116.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 199 | 0 | 0.76 | 0.07 | 0.16 | 305.52 | 0.67 | 0.52 |
| Hex | D6 | 33 | C7 | 0 | 4C | 7 | 10 | 132 | 43 | 34 |
| Octal | 326 | 63 | 307 | 0 | 114 | 7 | 20 | 462 | 103 | 64 |
| Binary | 11010110 | 110011 | 11000111 | 0 | 1001100 | 111 | 10000 | 100110010 | 1000011 | 110100 |
Color Harmonies of #D633C7
Complementary color
Monochromatic Colors of #D633C7
Black with #D633C7
Text Example
Text Example
White with #D633C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D633C7; }
p { color: rgb(214,51,199); }
H1.HeaderClassName
{
color: #D633C7;
}
.AnyTagClassName
{
color: #D633C7;
}
</style>
background-color css
<style>
a { background-color: #D633C7; }
a { background-color: rgb(214,51,199); }
div.DivClassName
{
background-color: #D633C7;
}
.BgClassName
{
background-color: #D633C7;
}
</style>
border-color css
<style>
span { border-color: #D633C7; }
span { border-color: rgb(214,51,199); }
td.TdClassName
{
border-color: #D633C7;
}
.TagClassName
{
border-color: #D633C7;
}
</style>