Shades of Fuchsia #D552C4
Tints of Fuchsia #D552C4
RGB
CMYK
RGB Variations
Color information
#D552C4 (or 0xD552C4) is known color: Fuchsia. HEX triplet: D5, 52 and C4. RGB value is (213,82,196). Sum of RGB (Red+Green+Blue) = 213+82+196=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D552C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552C4 is #2AAD3B. Grayscale: #858585. Windows color (decimal): -2796860 or 12866261. OLE color: 12866261.
HSL color Cylindrical-coordinate representation of color #D552C4: hue angle of 307.79º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D552C4 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 196 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.16 |
| HSL | 307.79º | 0.61% | 0.58% | - |
| HSV(B) | 307.79º | 0.62% | 0.84% | - |
| XYZ | 40.42 | 24.17 | 54.76 | - |
| YUV | 134.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 196 | 0 | 0.62 | 0.08 | 0.16 | 307.79 | 0.61 | 0.58 |
| Hex | D5 | 52 | C4 | 0 | 3E | 8 | 10 | 134 | 3D | 3A |
| Octal | 325 | 122 | 304 | 0 | 76 | 10 | 20 | 464 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11000100 | 0 | 111110 | 1000 | 10000 | 100110100 | 111101 | 111010 |
Color Harmonies of #D552C4
Complementary color
Monochromatic Colors of #D552C4
Black with #D552C4
Text Example
Text Example
White with #D552C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552C4; }
p { color: rgb(213,82,196); }
H1.HeaderClassName
{
color: #D552C4;
}
.AnyTagClassName
{
color: #D552C4;
}
</style>
background-color css
<style>
a { background-color: #D552C4; }
a { background-color: rgb(213,82,196); }
div.DivClassName
{
background-color: #D552C4;
}
.BgClassName
{
background-color: #D552C4;
}
</style>
border-color css
<style>
span { border-color: #D552C4; }
span { border-color: rgb(213,82,196); }
td.TdClassName
{
border-color: #D552C4;
}
.TagClassName
{
border-color: #D552C4;
}
</style>