Html Css Color HEX #D753DB Free Speech Magenta
📋 copy color: '#D753DB'red 215 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #D753DB
Tints of Free Speech Magenta #D753DB
RGB
CMYK
RGB Variations
Color information
#D753DB (or 0xD753DB) is known color: Free Speech Magenta. HEX triplet: D7, 53 and DB. RGB value is (215,83,219). Sum of RGB (Red+Green+Blue) = 215+83+219=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #D753DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753DB is #28AC24. Grayscale: #898989. Windows color (decimal): -2665509 or 14373847. OLE color: 14373847.
HSL color Cylindrical-coordinate representation of color #D753DB: hue angle of 298.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D753DB is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 83 | 219 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.14 |
| HSL | 298.24º | 0.65% | 0.59% | - |
| HSV(B) | 298.24º | 0.62% | 0.86% | - |
| XYZ | 43.9 | 25.75 | 69.67 | - |
| YUV | 137.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 219 | 0.02 | 0.62 | 0 | 0.14 | 298.24 | 0.65 | 0.59 |
| Hex | D7 | 53 | DB | 2 | 3E | 0 | E | 12A | 41 | 3B |
| Octal | 327 | 123 | 333 | 2 | 76 | 0 | 16 | 452 | 101 | 73 |
| Binary | 11010111 | 1010011 | 11011011 | 10 | 111110 | 0 | 1110 | 100101010 | 1000001 | 111011 |
Color Harmonies of #D753DB
Complementary color
Monochromatic Colors of #D753DB
Black with #D753DB
Text Example
Text Example
White with #D753DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753DB; }
p { color: rgb(215,83,219); }
H1.HeaderClassName
{
color: #D753DB;
}
.AnyTagClassName
{
color: #D753DB;
}
</style>
background-color css
<style>
a { background-color: #D753DB; }
a { background-color: rgb(215,83,219); }
div.DivClassName
{
background-color: #D753DB;
}
.BgClassName
{
background-color: #D753DB;
}
</style>
border-color css
<style>
span { border-color: #D753DB; }
span { border-color: rgb(215,83,219); }
td.TdClassName
{
border-color: #D753DB;
}
.TagClassName
{
border-color: #D753DB;
}
</style>