Html Css Color HEX #D93CE5 Free Speech Magenta
📋 copy color: '#D93CE5'red 217 ◦ green 60 ◦ blue 229
Shades of Free Speech Magenta #D93CE5
Tints of Free Speech Magenta #D93CE5
RGB
CMYK
RGB Variations
Color information
#D93CE5 (or 0xD93CE5) is known color: Free Speech Magenta. HEX triplet: D9, 3C and E5. RGB value is (217,60,229). Sum of RGB (Red+Green+Blue) = 217+60+229=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #D93CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CE5 is #26C31A. Grayscale: #7D7D7D. Windows color (decimal): -2540315 or 15023321. OLE color: 15023321.
HSL color Cylindrical-coordinate representation of color #D93CE5: hue angle of 295.74º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93CE5 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 60 | 229 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.10 |
| HSL | 295.74º | 0.76% | 0.57% | - |
| HSV(B) | 295.74º | 0.74% | 0.9% | - |
| XYZ | 44.37 | 23.64 | 76.35 | - |
| YUV | 126.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 229 | 0.05 | 0.74 | 0 | 0.10 | 295.74 | 0.76 | 0.57 |
| Hex | D9 | 3C | E5 | 5 | 4A | 0 | A | 128 | 4C | 39 |
| Octal | 331 | 74 | 345 | 5 | 112 | 0 | 12 | 450 | 114 | 71 |
| Binary | 11011001 | 111100 | 11100101 | 101 | 1001010 | 0 | 1010 | 100101000 | 1001100 | 111001 |
Color Harmonies of #D93CE5
Complementary color
Monochromatic Colors of #D93CE5
Black with #D93CE5
Text Example
Text Example
White with #D93CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CE5; }
p { color: rgb(217,60,229); }
H1.HeaderClassName
{
color: #D93CE5;
}
.AnyTagClassName
{
color: #D93CE5;
}
</style>
background-color css
<style>
a { background-color: #D93CE5; }
a { background-color: rgb(217,60,229); }
div.DivClassName
{
background-color: #D93CE5;
}
.BgClassName
{
background-color: #D93CE5;
}
</style>
border-color css
<style>
span { border-color: #D93CE5; }
span { border-color: rgb(217,60,229); }
td.TdClassName
{
border-color: #D93CE5;
}
.TagClassName
{
border-color: #D93CE5;
}
</style>