Html Css Color HEX #D455CC Free Speech Magenta
📋 copy color: '#D455CC'red 212 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #D455CC
Tints of Free Speech Magenta #D455CC
RGB
CMYK
RGB Variations
Color information
#D455CC (or 0xD455CC) is known color: Free Speech Magenta. HEX triplet: D4, 55 and CC. RGB value is (212,85,204). Sum of RGB (Red+Green+Blue) = 212+85+204=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D455CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455CC is #2BAA33. Grayscale: #888888. Windows color (decimal): -2861620 or 13391316. OLE color: 13391316.
HSL color Cylindrical-coordinate representation of color #D455CC: hue angle of 303.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455CC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 204 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.17 |
| HSL | 303.78º | 0.6% | 0.58% | - |
| HSV(B) | 303.78º | 0.6% | 0.83% | - |
| XYZ | 41.3 | 24.85 | 59.75 | - |
| YUV | 136.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 204 | 0 | 0.60 | 0.04 | 0.17 | 303.78 | 0.6 | 0.58 |
| Hex | D4 | 55 | CC | 0 | 3C | 4 | 11 | 130 | 3C | 3A |
| Octal | 324 | 125 | 314 | 0 | 74 | 4 | 21 | 460 | 74 | 72 |
| Binary | 11010100 | 1010101 | 11001100 | 0 | 111100 | 100 | 10001 | 100110000 | 111100 | 111010 |
Color Harmonies of #D455CC
Complementary color
Monochromatic Colors of #D455CC
Black with #D455CC
Text Example
Text Example
White with #D455CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455CC; }
p { color: rgb(212,85,204); }
H1.HeaderClassName
{
color: #D455CC;
}
.AnyTagClassName
{
color: #D455CC;
}
</style>
background-color css
<style>
a { background-color: #D455CC; }
a { background-color: rgb(212,85,204); }
div.DivClassName
{
background-color: #D455CC;
}
.BgClassName
{
background-color: #D455CC;
}
</style>
border-color css
<style>
span { border-color: #D455CC; }
span { border-color: rgb(212,85,204); }
td.TdClassName
{
border-color: #D455CC;
}
.TagClassName
{
border-color: #D455CC;
}
</style>