Shades of Fuchsia #D238CB
Tints of Fuchsia #D238CB
RGB
CMYK
RGB Variations
Color information
#D238CB (or 0xD238CB) is known color: Fuchsia. HEX triplet: D2, 38 and CB. RGB value is (210,56,203). Sum of RGB (Red+Green+Blue) = 210+56+203=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D238CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238CB is #2DC734. Grayscale: #767676. Windows color (decimal): -3000117 or 13318354. OLE color: 13318354.
HSL color Cylindrical-coordinate representation of color #D238CB: hue angle of 302.73º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D238CB is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 203 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.18 |
| HSL | 302.73º | 0.63% | 0.52% | - |
| HSV(B) | 302.73º | 0.73% | 0.82% | - |
| XYZ | 38.77 | 20.84 | 58.48 | - |
| YUV | 118.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 203 | 0 | 0.73 | 0.03 | 0.18 | 302.73 | 0.63 | 0.52 |
| Hex | D2 | 38 | CB | 0 | 49 | 3 | 12 | 12F | 3F | 34 |
| Octal | 322 | 70 | 313 | 0 | 111 | 3 | 22 | 457 | 77 | 64 |
| Binary | 11010010 | 111000 | 11001011 | 0 | 1001001 | 11 | 10010 | 100101111 | 111111 | 110100 |
Color Harmonies of #D238CB
Complementary color
Monochromatic Colors of #D238CB
Black with #D238CB
Text Example
Text Example
White with #D238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238CB; }
p { color: rgb(210,56,203); }
H1.HeaderClassName
{
color: #D238CB;
}
.AnyTagClassName
{
color: #D238CB;
}
</style>
background-color css
<style>
a { background-color: #D238CB; }
a { background-color: rgb(210,56,203); }
div.DivClassName
{
background-color: #D238CB;
}
.BgClassName
{
background-color: #D238CB;
}
</style>
border-color css
<style>
span { border-color: #D238CB; }
span { border-color: rgb(210,56,203); }
td.TdClassName
{
border-color: #D238CB;
}
.TagClassName
{
border-color: #D238CB;
}
</style>