Shades of Fuchsia #D633C3
Tints of Fuchsia #D633C3
RGB
CMYK
RGB Variations
Color information
#D633C3 (or 0xD633C3) is known color: Fuchsia. HEX triplet: D6, 33 and C3. RGB value is (214,51,195). Sum of RGB (Red+Green+Blue) = 214+51+195=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D633C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633C3 is #29CC3C. Grayscale: #737373. Windows color (decimal): -2739261 or 12792790. OLE color: 12792790.
HSL color Cylindrical-coordinate representation of color #D633C3: hue angle of 306.99º 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 #D633C3 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 195 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.16 |
| HSL | 306.99º | 0.67% | 0.52% | - |
| HSV(B) | 306.99º | 0.76% | 0.84% | - |
| XYZ | 38.77 | 20.6 | 53.56 | - |
| YUV | 116.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 195 | 0 | 0.76 | 0.09 | 0.16 | 306.99 | 0.67 | 0.52 |
| Hex | D6 | 33 | C3 | 0 | 4C | 9 | 10 | 133 | 43 | 34 |
| Octal | 326 | 63 | 303 | 0 | 114 | 11 | 20 | 463 | 103 | 64 |
| Binary | 11010110 | 110011 | 11000011 | 0 | 1001100 | 1001 | 10000 | 100110011 | 1000011 | 110100 |
Color Harmonies of #D633C3
Complementary color
Monochromatic Colors of #D633C3
Black with #D633C3
Text Example
Text Example
White with #D633C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D633C3; }
p { color: rgb(214,51,195); }
H1.HeaderClassName
{
color: #D633C3;
}
.AnyTagClassName
{
color: #D633C3;
}
</style>
background-color css
<style>
a { background-color: #D633C3; }
a { background-color: rgb(214,51,195); }
div.DivClassName
{
background-color: #D633C3;
}
.BgClassName
{
background-color: #D633C3;
}
</style>
border-color css
<style>
span { border-color: #D633C3; }
span { border-color: rgb(214,51,195); }
td.TdClassName
{
border-color: #D633C3;
}
.TagClassName
{
border-color: #D633C3;
}
</style>