Shades of Fuchsia #D84BC4
Tints of Fuchsia #D84BC4
RGB
CMYK
RGB Variations
Color information
#D84BC4 (or 0xD84BC4) is known color: Fuchsia. HEX triplet: D8, 4B and C4. RGB value is (216,75,196). Sum of RGB (Red+Green+Blue) = 216+75+196=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BC4 is #27B43B. Grayscale: #828282. Windows color (decimal): -2602044 or 12864472. OLE color: 12864472.
HSL color Cylindrical-coordinate representation of color #D84BC4: hue angle of 308.51º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84BC4 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 196 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.15 |
| HSL | 308.51º | 0.64% | 0.57% | - |
| HSV(B) | 308.51º | 0.65% | 0.85% | - |
| XYZ | 40.8 | 23.62 | 54.63 | - |
| YUV | 130.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 196 | 0 | 0.65 | 0.09 | 0.15 | 308.51 | 0.64 | 0.57 |
| Hex | D8 | 4B | C4 | 0 | 41 | 9 | F | 135 | 40 | 39 |
| Octal | 330 | 113 | 304 | 0 | 101 | 11 | 17 | 465 | 100 | 71 |
| Binary | 11011000 | 1001011 | 11000100 | 0 | 1000001 | 1001 | 1111 | 100110101 | 1000000 | 111001 |
Color Harmonies of #D84BC4
Complementary color
Monochromatic Colors of #D84BC4
Black with #D84BC4
Text Example
Text Example
White with #D84BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BC4; }
p { color: rgb(216,75,196); }
H1.HeaderClassName
{
color: #D84BC4;
}
.AnyTagClassName
{
color: #D84BC4;
}
</style>
background-color css
<style>
a { background-color: #D84BC4; }
a { background-color: rgb(216,75,196); }
div.DivClassName
{
background-color: #D84BC4;
}
.BgClassName
{
background-color: #D84BC4;
}
</style>
border-color css
<style>
span { border-color: #D84BC4; }
span { border-color: rgb(216,75,196); }
td.TdClassName
{
border-color: #D84BC4;
}
.TagClassName
{
border-color: #D84BC4;
}
</style>