Shades of Fuchsia #D232B2
Tints of Fuchsia #D232B2
RGB
CMYK
RGB Variations
Color information
#D232B2 (or 0xD232B2) is known color: Fuchsia. HEX triplet: D2, 32 and B2. RGB value is (210,50,178). Sum of RGB (Red+Green+Blue) = 210+50+178=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D232B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232B2 is #2DCD4D. Grayscale: #707070. Windows color (decimal): -3001678 or 11678418. OLE color: 11678418.
HSL color Cylindrical-coordinate representation of color #D232B2: hue angle of 312º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232B2 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 178 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.18 |
| HSL | 312º | 0.64% | 0.51% | - |
| HSV(B) | 312º | 0.76% | 0.82% | - |
| XYZ | 35.75 | 19.2 | 43.94 | - |
| YUV | 112.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 178 | 0 | 0.76 | 0.15 | 0.18 | 312 | 0.64 | 0.51 |
| Hex | D2 | 32 | B2 | 0 | 4C | F | 12 | 138 | 40 | 33 |
| Octal | 322 | 62 | 262 | 0 | 114 | 17 | 22 | 470 | 100 | 63 |
| Binary | 11010010 | 110010 | 10110010 | 0 | 1001100 | 1111 | 10010 | 100111000 | 1000000 | 110011 |
Color Harmonies of #D232B2
Complementary color
Monochromatic Colors of #D232B2
Black with #D232B2
Text Example
Text Example
White with #D232B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232B2; }
p { color: rgb(210,50,178); }
H1.HeaderClassName
{
color: #D232B2;
}
.AnyTagClassName
{
color: #D232B2;
}
</style>
background-color css
<style>
a { background-color: #D232B2; }
a { background-color: rgb(210,50,178); }
div.DivClassName
{
background-color: #D232B2;
}
.BgClassName
{
background-color: #D232B2;
}
</style>
border-color css
<style>
span { border-color: #D232B2; }
span { border-color: rgb(210,50,178); }
td.TdClassName
{
border-color: #D232B2;
}
.TagClassName
{
border-color: #D232B2;
}
</style>