Shades of Fuchsia #D25FC3
Tints of Fuchsia #D25FC3
RGB
CMYK
RGB Variations
Color information
#D25FC3 (or 0xD25FC3) is known color: Fuchsia. HEX triplet: D2, 5F and C3. RGB value is (210,95,195). Sum of RGB (Red+Green+Blue) = 210+95+195=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FC3 is #2DA03C. Grayscale: #8C8C8C. Windows color (decimal): -2990141 or 12804050. OLE color: 12804050.
HSL color Cylindrical-coordinate representation of color #D25FC3: hue angle of 307.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FC3 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 95 | 195 | - |
CMYK | 0 | 0.55 | 0.07 | 0.18 |
HSL | 307.83º | 0.56% | 0.6% | - |
HSV(B) | 307.83º | 0.55% | 0.82% | - |
XYZ | 40.52 | 25.83 | 54.48 | - |
YUV | 140.79 | 158.6 | 177.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 95 | 195 | 0 | 0.55 | 0.07 | 0.18 | 307.83 | 0.56 | 0.6 |
Hex | D2 | 5F | C3 | 0 | 37 | 7 | 12 | 134 | 38 | 3C |
Octal | 322 | 137 | 303 | 0 | 67 | 7 | 22 | 464 | 70 | 74 |
Binary | 11010010 | 1011111 | 11000011 | 0 | 110111 | 111 | 10010 | 100110100 | 111000 | 111100 |
Color Harmonies of #D25FC3
Complementary color
Monochromatic Colors of #D25FC3
Black with #D25FC3
Text Example
Text Example
White with #D25FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FC3; }
p { color: rgb(210,95,195); }
H1.HeaderClassName
{
color: #D25FC3;
}
.AnyTagClassName
{
color: #D25FC3;
}
</style>
background-color css
<style>
a { background-color: #D25FC3; }
a { background-color: rgb(210,95,195); }
div.DivClassName
{
background-color: #D25FC3;
}
.BgClassName
{
background-color: #D25FC3;
}
</style>
border-color css
<style>
span { border-color: #D25FC3; }
span { border-color: rgb(210,95,195); }
td.TdClassName
{
border-color: #D25FC3;
}
.TagClassName
{
border-color: #D25FC3;
}
</style>