Html Css Color HEX #D63CDD Free Speech Magenta
📋 copy color: '#D63CDD'red 214 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #D63CDD
Tints of Free Speech Magenta #D63CDD
RGB
CMYK
RGB Variations
Color information
#D63CDD (or 0xD63CDD) is known color: Free Speech Magenta. HEX triplet: D6, 3C and DD. RGB value is (214,60,221). Sum of RGB (Red+Green+Blue) = 214+60+221=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #D63CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CDD is #29C322. Grayscale: #7B7B7B. Windows color (decimal): -2736931 or 14499030. OLE color: 14499030.
HSL color Cylindrical-coordinate representation of color #D63CDD: hue angle of 297.39º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63CDD is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 60 | 221 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.13 |
| HSL | 297.39º | 0.7% | 0.55% | - |
| HSV(B) | 297.39º | 0.73% | 0.87% | - |
| XYZ | 42.4 | 22.75 | 70.56 | - |
| YUV | 124.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 221 | 0.03 | 0.73 | 0 | 0.13 | 297.39 | 0.7 | 0.55 |
| Hex | D6 | 3C | DD | 3 | 49 | 0 | D | 129 | 46 | 37 |
| Octal | 326 | 74 | 335 | 3 | 111 | 0 | 15 | 451 | 106 | 67 |
| Binary | 11010110 | 111100 | 11011101 | 11 | 1001001 | 0 | 1101 | 100101001 | 1000110 | 110111 |
Color Harmonies of #D63CDD
Complementary color
Monochromatic Colors of #D63CDD
Black with #D63CDD
Text Example
Text Example
White with #D63CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CDD; }
p { color: rgb(214,60,221); }
H1.HeaderClassName
{
color: #D63CDD;
}
.AnyTagClassName
{
color: #D63CDD;
}
</style>
background-color css
<style>
a { background-color: #D63CDD; }
a { background-color: rgb(214,60,221); }
div.DivClassName
{
background-color: #D63CDD;
}
.BgClassName
{
background-color: #D63CDD;
}
</style>
border-color css
<style>
span { border-color: #D63CDD; }
span { border-color: rgb(214,60,221); }
td.TdClassName
{
border-color: #D63CDD;
}
.TagClassName
{
border-color: #D63CDD;
}
</style>