Html Css Color HEX #D753D4 Free Speech Magenta
📋 copy color: '#D753D4'red 215 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #D753D4
Tints of Free Speech Magenta #D753D4
RGB
CMYK
RGB Variations
Color information
#D753D4 (or 0xD753D4) is known color: Free Speech Magenta. HEX triplet: D7, 53 and D4. RGB value is (215,83,212). Sum of RGB (Red+Green+Blue) = 215+83+212=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D753D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753D4 is #28AC2B. Grayscale: #888888. Windows color (decimal): -2665516 or 13915095. OLE color: 13915095.
HSL color Cylindrical-coordinate representation of color #D753D4: hue angle of 301.36º 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 #D753D4 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 212 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.16 |
| HSL | 301.36º | 0.62% | 0.58% | - |
| HSV(B) | 301.36º | 0.61% | 0.84% | - |
| XYZ | 43 | 25.39 | 64.92 | - |
| YUV | 137.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 212 | 0 | 0.61 | 0.01 | 0.16 | 301.36 | 0.62 | 0.58 |
| Hex | D7 | 53 | D4 | 0 | 3D | 1 | 10 | 12D | 3E | 3A |
| Octal | 327 | 123 | 324 | 0 | 75 | 1 | 20 | 455 | 76 | 72 |
| Binary | 11010111 | 1010011 | 11010100 | 0 | 111101 | 1 | 10000 | 100101101 | 111110 | 111010 |
Color Harmonies of #D753D4
Complementary color
Monochromatic Colors of #D753D4
Black with #D753D4
Text Example
Text Example
White with #D753D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753D4; }
p { color: rgb(215,83,212); }
H1.HeaderClassName
{
color: #D753D4;
}
.AnyTagClassName
{
color: #D753D4;
}
</style>
background-color css
<style>
a { background-color: #D753D4; }
a { background-color: rgb(215,83,212); }
div.DivClassName
{
background-color: #D753D4;
}
.BgClassName
{
background-color: #D753D4;
}
</style>
border-color css
<style>
span { border-color: #D753D4; }
span { border-color: rgb(215,83,212); }
td.TdClassName
{
border-color: #D753D4;
}
.TagClassName
{
border-color: #D753D4;
}
</style>