Html Css Color HEX #D458CC Free Speech Magenta
📋 copy color: '#D458CC'red 212 ◦ green 88 ◦ blue 204
Shades of Free Speech Magenta #D458CC
Tints of Free Speech Magenta #D458CC
RGB
CMYK
RGB Variations
Color information
#D458CC (or 0xD458CC) is known color: Free Speech Magenta. HEX triplet: D4, 58 and CC. RGB value is (212,88,204). Sum of RGB (Red+Green+Blue) = 212+88+204=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D458CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D458CC is #2BA733. Grayscale: #898989. Windows color (decimal): -2860852 or 13392084. OLE color: 13392084.
HSL color Cylindrical-coordinate representation of color #D458CC: hue angle of 303.87º 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 #D458CC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 204 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.17 |
| HSL | 303.87º | 0.59% | 0.59% | - |
| HSV(B) | 303.87º | 0.58% | 0.83% | - |
| XYZ | 41.54 | 25.34 | 59.83 | - |
| YUV | 138.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 204 | 0 | 0.58 | 0.04 | 0.17 | 303.87 | 0.59 | 0.59 |
| Hex | D4 | 58 | CC | 0 | 3A | 4 | 11 | 130 | 3B | 3B |
| Octal | 324 | 130 | 314 | 0 | 72 | 4 | 21 | 460 | 73 | 73 |
| Binary | 11010100 | 1011000 | 11001100 | 0 | 111010 | 100 | 10001 | 100110000 | 111011 | 111011 |
Color Harmonies of #D458CC
Complementary color
Monochromatic Colors of #D458CC
Black with #D458CC
Text Example
Text Example
White with #D458CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D458CC; }
p { color: rgb(212,88,204); }
H1.HeaderClassName
{
color: #D458CC;
}
.AnyTagClassName
{
color: #D458CC;
}
</style>
background-color css
<style>
a { background-color: #D458CC; }
a { background-color: rgb(212,88,204); }
div.DivClassName
{
background-color: #D458CC;
}
.BgClassName
{
background-color: #D458CC;
}
</style>
border-color css
<style>
span { border-color: #D458CC; }
span { border-color: rgb(212,88,204); }
td.TdClassName
{
border-color: #D458CC;
}
.TagClassName
{
border-color: #D458CC;
}
</style>