Html Css Color HEX #D453CE Free Speech Magenta
📋 copy color: '#D453CE'red 212 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #D453CE
Tints of Free Speech Magenta #D453CE
RGB
CMYK
RGB Variations
Color information
#D453CE (or 0xD453CE) is known color: Free Speech Magenta. HEX triplet: D4, 53 and CE. RGB value is (212,83,206). Sum of RGB (Red+Green+Blue) = 212+83+206=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D453CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453CE is #2BAC31. Grayscale: #878787. Windows color (decimal): -2862130 or 13521876. OLE color: 13521876.
HSL color Cylindrical-coordinate representation of color #D453CE: hue angle of 302.79º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453CE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 206 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.17 |
| HSL | 302.79º | 0.6% | 0.58% | - |
| HSV(B) | 302.79º | 0.61% | 0.83% | - |
| XYZ | 41.39 | 24.64 | 60.97 | - |
| YUV | 135.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 206 | 0 | 0.61 | 0.03 | 0.17 | 302.79 | 0.6 | 0.58 |
| Hex | D4 | 53 | CE | 0 | 3D | 3 | 11 | 12F | 3C | 3A |
| Octal | 324 | 123 | 316 | 0 | 75 | 3 | 21 | 457 | 74 | 72 |
| Binary | 11010100 | 1010011 | 11001110 | 0 | 111101 | 11 | 10001 | 100101111 | 111100 | 111010 |
Color Harmonies of #D453CE
Complementary color
Monochromatic Colors of #D453CE
Black with #D453CE
Text Example
Text Example
White with #D453CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453CE; }
p { color: rgb(212,83,206); }
H1.HeaderClassName
{
color: #D453CE;
}
.AnyTagClassName
{
color: #D453CE;
}
</style>
background-color css
<style>
a { background-color: #D453CE; }
a { background-color: rgb(212,83,206); }
div.DivClassName
{
background-color: #D453CE;
}
.BgClassName
{
background-color: #D453CE;
}
</style>
border-color css
<style>
span { border-color: #D453CE; }
span { border-color: rgb(212,83,206); }
td.TdClassName
{
border-color: #D453CE;
}
.TagClassName
{
border-color: #D453CE;
}
</style>