Shades of Fuchsia #D35CC2
Tints of Fuchsia #D35CC2
RGB
CMYK
RGB Variations
Color information
#D35CC2 (or 0xD35CC2) is known color: Fuchsia. HEX triplet: D3, 5C and C2. RGB value is (211,92,194). Sum of RGB (Red+Green+Blue) = 211+92+194=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CC2 is #2CA33D. Grayscale: #8A8A8A. Windows color (decimal): -2925374 or 12737747. OLE color: 12737747.
HSL color Cylindrical-coordinate representation of color #D35CC2: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35CC2 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 92 | 194 | - |
CMYK | 0 | 0.56 | 0.08 | 0.17 |
HSL | 308.57º | 0.57% | 0.59% | - |
HSV(B) | 308.57º | 0.56% | 0.83% | - |
XYZ | 40.43 | 25.4 | 53.81 | - |
YUV | 139.21 | 158.92 | 179.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 92 | 194 | 0 | 0.56 | 0.08 | 0.17 | 308.57 | 0.57 | 0.59 |
Hex | D3 | 5C | C2 | 0 | 38 | 8 | 11 | 135 | 39 | 3B |
Octal | 323 | 134 | 302 | 0 | 70 | 10 | 21 | 465 | 71 | 73 |
Binary | 11010011 | 1011100 | 11000010 | 0 | 111000 | 1000 | 10001 | 100110101 | 111001 | 111011 |
Color Harmonies of #D35CC2
Complementary color
Monochromatic Colors of #D35CC2
Black with #D35CC2
Text Example
Text Example
White with #D35CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35CC2; }
p { color: rgb(211,92,194); }
H1.HeaderClassName
{
color: #D35CC2;
}
.AnyTagClassName
{
color: #D35CC2;
}
</style>
background-color css
<style>
a { background-color: #D35CC2; }
a { background-color: rgb(211,92,194); }
div.DivClassName
{
background-color: #D35CC2;
}
.BgClassName
{
background-color: #D35CC2;
}
</style>
border-color css
<style>
span { border-color: #D35CC2; }
span { border-color: rgb(211,92,194); }
td.TdClassName
{
border-color: #D35CC2;
}
.TagClassName
{
border-color: #D35CC2;
}
</style>