Shades of Fuchsia #D632B5
Tints of Fuchsia #D632B5
RGB
CMYK
RGB Variations
Color information
#D632B5 (or 0xD632B5) is known color: Fuchsia. HEX triplet: D6, 32 and B5. RGB value is (214,50,181). Sum of RGB (Red+Green+Blue) = 214+50+181=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D632B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632B5 is #29CD4A. Grayscale: #717171. Windows color (decimal): -2739531 or 11875030. OLE color: 11875030.
HSL color Cylindrical-coordinate representation of color #D632B5: hue angle of 312.07º 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 #D632B5 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 181 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.16 |
| HSL | 312.07º | 0.67% | 0.52% | - |
| HSV(B) | 312.07º | 0.77% | 0.84% | - |
| XYZ | 37.21 | 19.91 | 45.6 | - |
| YUV | 113.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 181 | 0 | 0.77 | 0.15 | 0.16 | 312.07 | 0.67 | 0.52 |
| Hex | D6 | 32 | B5 | 0 | 4D | F | 10 | 138 | 43 | 34 |
| Octal | 326 | 62 | 265 | 0 | 115 | 17 | 20 | 470 | 103 | 64 |
| Binary | 11010110 | 110010 | 10110101 | 0 | 1001101 | 1111 | 10000 | 100111000 | 1000011 | 110100 |
Color Harmonies of #D632B5
Complementary color
Monochromatic Colors of #D632B5
Black with #D632B5
Text Example
Text Example
White with #D632B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632B5; }
p { color: rgb(214,50,181); }
H1.HeaderClassName
{
color: #D632B5;
}
.AnyTagClassName
{
color: #D632B5;
}
</style>
background-color css
<style>
a { background-color: #D632B5; }
a { background-color: rgb(214,50,181); }
div.DivClassName
{
background-color: #D632B5;
}
.BgClassName
{
background-color: #D632B5;
}
</style>
border-color css
<style>
span { border-color: #D632B5; }
span { border-color: rgb(214,50,181); }
td.TdClassName
{
border-color: #D632B5;
}
.TagClassName
{
border-color: #D632B5;
}
</style>