Shades of Fuchsia #D250CC
Tints of Fuchsia #D250CC
RGB
CMYK
RGB Variations
Color information
#D250CC (or 0xD250CC) is known color: Fuchsia. HEX triplet: D2, 50 and CC. RGB value is (210,80,204). Sum of RGB (Red+Green+Blue) = 210+80+204=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CC is #2DAF33. Grayscale: #848484. Windows color (decimal): -2993972 or 13390034. OLE color: 13390034.
HSL color Cylindrical-coordinate representation of color #D250CC: hue angle of 302.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250CC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 204 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.18 |
| HSL | 302.77º | 0.59% | 0.57% | - |
| HSV(B) | 302.77º | 0.62% | 0.82% | - |
| XYZ | 40.35 | 23.8 | 59.59 | - |
| YUV | 133.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 204 | 0 | 0.62 | 0.03 | 0.18 | 302.77 | 0.59 | 0.57 |
| Hex | D2 | 50 | CC | 0 | 3E | 3 | 12 | 12F | 3B | 39 |
| Octal | 322 | 120 | 314 | 0 | 76 | 3 | 22 | 457 | 73 | 71 |
| Binary | 11010010 | 1010000 | 11001100 | 0 | 111110 | 11 | 10010 | 100101111 | 111011 | 111001 |
Color Harmonies of #D250CC
Complementary color
Monochromatic Colors of #D250CC
Black with #D250CC
Text Example
Text Example
White with #D250CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250CC; }
p { color: rgb(210,80,204); }
H1.HeaderClassName
{
color: #D250CC;
}
.AnyTagClassName
{
color: #D250CC;
}
</style>
background-color css
<style>
a { background-color: #D250CC; }
a { background-color: rgb(210,80,204); }
div.DivClassName
{
background-color: #D250CC;
}
.BgClassName
{
background-color: #D250CC;
}
</style>
border-color css
<style>
span { border-color: #D250CC; }
span { border-color: rgb(210,80,204); }
td.TdClassName
{
border-color: #D250CC;
}
.TagClassName
{
border-color: #D250CC;
}
</style>