Html Css Color HEX #D455D7 Free Speech Magenta
📋 copy color: '#D455D7'red 212 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #D455D7
Tints of Free Speech Magenta #D455D7
RGB
CMYK
RGB Variations
Color information
#D455D7 (or 0xD455D7) is known color: Free Speech Magenta. HEX triplet: D4, 55 and D7. RGB value is (212,85,215). Sum of RGB (Red+Green+Blue) = 212+85+215=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #D455D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455D7 is #2BAA28. Grayscale: #898989. Windows color (decimal): -2861609 or 14112212. OLE color: 14112212.
HSL color Cylindrical-coordinate representation of color #D455D7: hue angle of 298.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455D7 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 85 | 215 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.16 |
| HSL | 298.62º | 0.62% | 0.59% | - |
| HSV(B) | 298.62º | 0.6% | 0.84% | - |
| XYZ | 42.67 | 25.4 | 66.94 | - |
| YUV | 137.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 215 | 0.01 | 0.60 | 0 | 0.16 | 298.62 | 0.62 | 0.59 |
| Hex | D4 | 55 | D7 | 1 | 3C | 0 | 10 | 12B | 3E | 3B |
| Octal | 324 | 125 | 327 | 1 | 74 | 0 | 20 | 453 | 76 | 73 |
| Binary | 11010100 | 1010101 | 11010111 | 1 | 111100 | 0 | 10000 | 100101011 | 111110 | 111011 |
Color Harmonies of #D455D7
Complementary color
Monochromatic Colors of #D455D7
Black with #D455D7
Text Example
Text Example
White with #D455D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455D7; }
p { color: rgb(212,85,215); }
H1.HeaderClassName
{
color: #D455D7;
}
.AnyTagClassName
{
color: #D455D7;
}
</style>
background-color css
<style>
a { background-color: #D455D7; }
a { background-color: rgb(212,85,215); }
div.DivClassName
{
background-color: #D455D7;
}
.BgClassName
{
background-color: #D455D7;
}
</style>
border-color css
<style>
span { border-color: #D455D7; }
span { border-color: rgb(212,85,215); }
td.TdClassName
{
border-color: #D455D7;
}
.TagClassName
{
border-color: #D455D7;
}
</style>