Html Css Color HEX #D459CC Free Speech Magenta
📋 copy color: '#D459CC'red 212 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #D459CC
Tints of Free Speech Magenta #D459CC
RGB
CMYK
RGB Variations
Color information
#D459CC (or 0xD459CC) is known color: Free Speech Magenta. HEX triplet: D4, 59 and CC. RGB value is (212,89,204). Sum of RGB (Red+Green+Blue) = 212+89+204=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D459CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459CC is #2BA633. Grayscale: #8A8A8A. Windows color (decimal): -2860596 or 13392340. OLE color: 13392340.
HSL color Cylindrical-coordinate representation of color #D459CC: hue angle of 303.9º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459CC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 204 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.17 |
| HSL | 303.9º | 0.59% | 0.59% | - |
| HSV(B) | 303.9º | 0.58% | 0.83% | - |
| XYZ | 41.62 | 25.5 | 59.86 | - |
| YUV | 138.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 204 | 0 | 0.58 | 0.04 | 0.17 | 303.9 | 0.59 | 0.59 |
| Hex | D4 | 59 | CC | 0 | 3A | 4 | 11 | 130 | 3B | 3B |
| Octal | 324 | 131 | 314 | 0 | 72 | 4 | 21 | 460 | 73 | 73 |
| Binary | 11010100 | 1011001 | 11001100 | 0 | 111010 | 100 | 10001 | 100110000 | 111011 | 111011 |
Color Harmonies of #D459CC
Complementary color
Monochromatic Colors of #D459CC
Black with #D459CC
Text Example
Text Example
White with #D459CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459CC; }
p { color: rgb(212,89,204); }
H1.HeaderClassName
{
color: #D459CC;
}
.AnyTagClassName
{
color: #D459CC;
}
</style>
background-color css
<style>
a { background-color: #D459CC; }
a { background-color: rgb(212,89,204); }
div.DivClassName
{
background-color: #D459CC;
}
.BgClassName
{
background-color: #D459CC;
}
</style>
border-color css
<style>
span { border-color: #D459CC; }
span { border-color: rgb(212,89,204); }
td.TdClassName
{
border-color: #D459CC;
}
.TagClassName
{
border-color: #D459CC;
}
</style>