Shades of Fuchsia #D248CB
Tints of Fuchsia #D248CB
RGB
CMYK
RGB Variations
Color information
#D248CB (or 0xD248CB) is known color: Fuchsia. HEX triplet: D2, 48 and CB. RGB value is (210,72,203). Sum of RGB (Red+Green+Blue) = 210+72+203=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D248CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248CB is #2DB734. Grayscale: #7F7F7F. Windows color (decimal): -2996021 or 13322450. OLE color: 13322450.
HSL color Cylindrical-coordinate representation of color #D248CB: hue angle of 303.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D248CB is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 203 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.18 |
| HSL | 303.04º | 0.61% | 0.55% | - |
| HSV(B) | 303.04º | 0.66% | 0.82% | - |
| XYZ | 39.68 | 22.65 | 58.78 | - |
| YUV | 128.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 203 | 0 | 0.66 | 0.03 | 0.18 | 303.04 | 0.61 | 0.55 |
| Hex | D2 | 48 | CB | 0 | 42 | 3 | 12 | 12F | 3D | 37 |
| Octal | 322 | 110 | 313 | 0 | 102 | 3 | 22 | 457 | 75 | 67 |
| Binary | 11010010 | 1001000 | 11001011 | 0 | 1000010 | 11 | 10010 | 100101111 | 111101 | 110111 |
Color Harmonies of #D248CB
Complementary color
Monochromatic Colors of #D248CB
Black with #D248CB
Text Example
Text Example
White with #D248CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248CB; }
p { color: rgb(210,72,203); }
H1.HeaderClassName
{
color: #D248CB;
}
.AnyTagClassName
{
color: #D248CB;
}
</style>
background-color css
<style>
a { background-color: #D248CB; }
a { background-color: rgb(210,72,203); }
div.DivClassName
{
background-color: #D248CB;
}
.BgClassName
{
background-color: #D248CB;
}
</style>
border-color css
<style>
span { border-color: #D248CB; }
span { border-color: rgb(210,72,203); }
td.TdClassName
{
border-color: #D248CB;
}
.TagClassName
{
border-color: #D248CB;
}
</style>