Shades of Fuchsia #D434CC
Tints of Fuchsia #D434CC
RGB
CMYK
RGB Variations
Color information
#D434CC (or 0xD434CC) is known color: Fuchsia. HEX triplet: D4, 34 and CC. RGB value is (212,52,204). Sum of RGB (Red+Green+Blue) = 212+52+204=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D434CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434CC is #2BCB33. Grayscale: #747474. Windows color (decimal): -2870068 or 13382868. OLE color: 13382868.
HSL color Cylindrical-coordinate representation of color #D434CC: hue angle of 303º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D434CC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 204 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.17 |
| HSL | 303º | 0.65% | 0.52% | - |
| HSV(B) | 303º | 0.75% | 0.83% | - |
| XYZ | 39.28 | 20.81 | 59.07 | - |
| YUV | 117.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 204 | 0 | 0.75 | 0.04 | 0.17 | 303 | 0.65 | 0.52 |
| Hex | D4 | 34 | CC | 0 | 4B | 4 | 11 | 12F | 41 | 34 |
| Octal | 324 | 64 | 314 | 0 | 113 | 4 | 21 | 457 | 101 | 64 |
| Binary | 11010100 | 110100 | 11001100 | 0 | 1001011 | 100 | 10001 | 100101111 | 1000001 | 110100 |
Color Harmonies of #D434CC
Complementary color
Monochromatic Colors of #D434CC
Black with #D434CC
Text Example
Text Example
White with #D434CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434CC; }
p { color: rgb(212,52,204); }
H1.HeaderClassName
{
color: #D434CC;
}
.AnyTagClassName
{
color: #D434CC;
}
</style>
background-color css
<style>
a { background-color: #D434CC; }
a { background-color: rgb(212,52,204); }
div.DivClassName
{
background-color: #D434CC;
}
.BgClassName
{
background-color: #D434CC;
}
</style>
border-color css
<style>
span { border-color: #D434CC; }
span { border-color: rgb(212,52,204); }
td.TdClassName
{
border-color: #D434CC;
}
.TagClassName
{
border-color: #D434CC;
}
</style>