Html Css Color HEX #D753D0 Free Speech Magenta
📋 copy color: '#D753D0'red 215 ◦ green 83 ◦ blue 208
Shades of Free Speech Magenta #D753D0
Tints of Free Speech Magenta #D753D0
RGB
CMYK
RGB Variations
Color information
#D753D0 (or 0xD753D0) is known color: Free Speech Magenta. HEX triplet: D7, 53 and D0. RGB value is (215,83,208). Sum of RGB (Red+Green+Blue) = 215+83+208=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D753D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753D0 is #28AC2F. Grayscale: #888888. Windows color (decimal): -2665520 or 13652951. OLE color: 13652951.
HSL color Cylindrical-coordinate representation of color #D753D0: hue angle of 303.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D753D0 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 208 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.16 |
| HSL | 303.18º | 0.62% | 0.58% | - |
| HSV(B) | 303.18º | 0.61% | 0.84% | - |
| XYZ | 42.5 | 25.19 | 62.3 | - |
| YUV | 136.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 208 | 0 | 0.61 | 0.03 | 0.16 | 303.18 | 0.62 | 0.58 |
| Hex | D7 | 53 | D0 | 0 | 3D | 3 | 10 | 12F | 3E | 3A |
| Octal | 327 | 123 | 320 | 0 | 75 | 3 | 20 | 457 | 76 | 72 |
| Binary | 11010111 | 1010011 | 11010000 | 0 | 111101 | 11 | 10000 | 100101111 | 111110 | 111010 |
Color Harmonies of #D753D0
Complementary color
Monochromatic Colors of #D753D0
Black with #D753D0
Text Example
Text Example
White with #D753D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753D0; }
p { color: rgb(215,83,208); }
H1.HeaderClassName
{
color: #D753D0;
}
.AnyTagClassName
{
color: #D753D0;
}
</style>
background-color css
<style>
a { background-color: #D753D0; }
a { background-color: rgb(215,83,208); }
div.DivClassName
{
background-color: #D753D0;
}
.BgClassName
{
background-color: #D753D0;
}
</style>
border-color css
<style>
span { border-color: #D753D0; }
span { border-color: rgb(215,83,208); }
td.TdClassName
{
border-color: #D753D0;
}
.TagClassName
{
border-color: #D753D0;
}
</style>