Html Css Color HEX #D93CE7 Free Speech Magenta
📋 copy color: '#D93CE7'red 217 ◦ green 60 ◦ blue 231
Shades of Free Speech Magenta #D93CE7
Tints of Free Speech Magenta #D93CE7
RGB
CMYK
RGB Variations
Color information
#D93CE7 (or 0xD93CE7) is known color: Free Speech Magenta. HEX triplet: D9, 3C and E7. RGB value is (217,60,231). Sum of RGB (Red+Green+Blue) = 217+60+231=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #D93CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93CE7 is #26C318. Grayscale: #7D7D7D. Windows color (decimal): -2540313 or 15154393. OLE color: 15154393.
HSL color Cylindrical-coordinate representation of color #D93CE7: hue angle of 295.09º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93CE7 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 60 | 231 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.09 |
| HSL | 295.09º | 0.78% | 0.57% | - |
| HSV(B) | 295.09º | 0.74% | 0.91% | - |
| XYZ | 44.65 | 23.75 | 77.83 | - |
| YUV | 126.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 231 | 0.06 | 0.74 | 0 | 0.09 | 295.09 | 0.78 | 0.57 |
| Hex | D9 | 3C | E7 | 6 | 4A | 0 | 9 | 127 | 4E | 39 |
| Octal | 331 | 74 | 347 | 6 | 112 | 0 | 11 | 447 | 116 | 71 |
| Binary | 11011001 | 111100 | 11100111 | 110 | 1001010 | 0 | 1001 | 100100111 | 1001110 | 111001 |
Color Harmonies of #D93CE7
Complementary color
Monochromatic Colors of #D93CE7
Black with #D93CE7
Text Example
Text Example
White with #D93CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CE7; }
p { color: rgb(217,60,231); }
H1.HeaderClassName
{
color: #D93CE7;
}
.AnyTagClassName
{
color: #D93CE7;
}
</style>
background-color css
<style>
a { background-color: #D93CE7; }
a { background-color: rgb(217,60,231); }
div.DivClassName
{
background-color: #D93CE7;
}
.BgClassName
{
background-color: #D93CE7;
}
</style>
border-color css
<style>
span { border-color: #D93CE7; }
span { border-color: rgb(217,60,231); }
td.TdClassName
{
border-color: #D93CE7;
}
.TagClassName
{
border-color: #D93CE7;
}
</style>