Html Css Color HEX #D93CCB Free Speech Magenta
📋 copy color: '#D93CCB'red 217 ◦ green 60 ◦ blue 203
Shades of Free Speech Magenta #D93CCB
Tints of Free Speech Magenta #D93CCB
RGB
CMYK
RGB Variations
Color information
#D93CCB (or 0xD93CCB) is known color: Free Speech Magenta. HEX triplet: D9, 3C and CB. RGB value is (217,60,203). Sum of RGB (Red+Green+Blue) = 217+60+203=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CCB is #26C334. Grayscale: #7A7A7A. Windows color (decimal): -2540341 or 13319385. OLE color: 13319385.
HSL color Cylindrical-coordinate representation of color #D93CCB: hue angle of 305.35º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CCB is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 203 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.15 |
| HSL | 305.35º | 0.67% | 0.54% | - |
| HSV(B) | 305.35º | 0.72% | 0.85% | - |
| XYZ | 41.01 | 22.3 | 58.64 | - |
| YUV | 123.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 203 | 0 | 0.72 | 0.06 | 0.15 | 305.35 | 0.67 | 0.54 |
| Hex | D9 | 3C | CB | 0 | 48 | 6 | F | 131 | 43 | 36 |
| Octal | 331 | 74 | 313 | 0 | 110 | 6 | 17 | 461 | 103 | 66 |
| Binary | 11011001 | 111100 | 11001011 | 0 | 1001000 | 110 | 1111 | 100110001 | 1000011 | 110110 |
Color Harmonies of #D93CCB
Complementary color
Monochromatic Colors of #D93CCB
Black with #D93CCB
Text Example
Text Example
White with #D93CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CCB; }
p { color: rgb(217,60,203); }
H1.HeaderClassName
{
color: #D93CCB;
}
.AnyTagClassName
{
color: #D93CCB;
}
</style>
background-color css
<style>
a { background-color: #D93CCB; }
a { background-color: rgb(217,60,203); }
div.DivClassName
{
background-color: #D93CCB;
}
.BgClassName
{
background-color: #D93CCB;
}
</style>
border-color css
<style>
span { border-color: #D93CCB; }
span { border-color: rgb(217,60,203); }
td.TdClassName
{
border-color: #D93CCB;
}
.TagClassName
{
border-color: #D93CCB;
}
</style>