Shades of Fuchsia #D432CD
Tints of Fuchsia #D432CD
RGB
CMYK
RGB Variations
Color information
#D432CD (or 0xD432CD) is known color: Fuchsia. HEX triplet: D4, 32 and CD. RGB value is (212,50,205). Sum of RGB (Red+Green+Blue) = 212+50+205=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D432CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432CD is #2BCD32. Grayscale: #737373. Windows color (decimal): -2870579 or 13447892. OLE color: 13447892.
HSL color Cylindrical-coordinate representation of color #D432CD: hue angle of 302.59º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D432CD is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 205 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.17 |
| HSL | 302.59º | 0.65% | 0.51% | - |
| HSV(B) | 302.59º | 0.76% | 0.83% | - |
| XYZ | 39.31 | 20.69 | 59.68 | - |
| YUV | 116.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 205 | 0 | 0.76 | 0.03 | 0.17 | 302.59 | 0.65 | 0.51 |
| Hex | D4 | 32 | CD | 0 | 4C | 3 | 11 | 12F | 41 | 33 |
| Octal | 324 | 62 | 315 | 0 | 114 | 3 | 21 | 457 | 101 | 63 |
| Binary | 11010100 | 110010 | 11001101 | 0 | 1001100 | 11 | 10001 | 100101111 | 1000001 | 110011 |
Color Harmonies of #D432CD
Complementary color
Monochromatic Colors of #D432CD
Black with #D432CD
Text Example
Text Example
White with #D432CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432CD; }
p { color: rgb(212,50,205); }
H1.HeaderClassName
{
color: #D432CD;
}
.AnyTagClassName
{
color: #D432CD;
}
</style>
background-color css
<style>
a { background-color: #D432CD; }
a { background-color: rgb(212,50,205); }
div.DivClassName
{
background-color: #D432CD;
}
.BgClassName
{
background-color: #D432CD;
}
</style>
border-color css
<style>
span { border-color: #D432CD; }
span { border-color: rgb(212,50,205); }
td.TdClassName
{
border-color: #D432CD;
}
.TagClassName
{
border-color: #D432CD;
}
</style>