Shades of Fuchsia #D732CF
Tints of Fuchsia #D732CF
RGB
CMYK
RGB Variations
Color information
#D732CF (or 0xD732CF) is known color: Fuchsia. HEX triplet: D7, 32 and CF. RGB value is (215,50,207). Sum of RGB (Red+Green+Blue) = 215+50+207=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D732CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D732CF is #28CD30. Grayscale: #747474. Windows color (decimal): -2673969 or 13578967. OLE color: 13578967.
HSL color Cylindrical-coordinate representation of color #D732CF: hue angle of 302.91º 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 #D732CF is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 207 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.16 |
| HSL | 302.91º | 0.67% | 0.52% | - |
| HSV(B) | 302.91º | 0.77% | 0.84% | - |
| XYZ | 40.43 | 21.23 | 61 | - |
| YUV | 117.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 207 | 0 | 0.77 | 0.04 | 0.16 | 302.91 | 0.67 | 0.52 |
| Hex | D7 | 32 | CF | 0 | 4D | 4 | 10 | 12F | 43 | 34 |
| Octal | 327 | 62 | 317 | 0 | 115 | 4 | 20 | 457 | 103 | 64 |
| Binary | 11010111 | 110010 | 11001111 | 0 | 1001101 | 100 | 10000 | 100101111 | 1000011 | 110100 |
Color Harmonies of #D732CF
Complementary color
Monochromatic Colors of #D732CF
Black with #D732CF
Text Example
Text Example
White with #D732CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732CF; }
p { color: rgb(215,50,207); }
H1.HeaderClassName
{
color: #D732CF;
}
.AnyTagClassName
{
color: #D732CF;
}
</style>
background-color css
<style>
a { background-color: #D732CF; }
a { background-color: rgb(215,50,207); }
div.DivClassName
{
background-color: #D732CF;
}
.BgClassName
{
background-color: #D732CF;
}
</style>
border-color css
<style>
span { border-color: #D732CF; }
span { border-color: rgb(215,50,207); }
td.TdClassName
{
border-color: #D732CF;
}
.TagClassName
{
border-color: #D732CF;
}
</style>