Html Css Color HEX #D757DB Free Speech Magenta
📋 copy color: '#D757DB'red 215 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #D757DB
Tints of Free Speech Magenta #D757DB
RGB
CMYK
RGB Variations
Color information
#D757DB (or 0xD757DB) is known color: Free Speech Magenta. HEX triplet: D7, 57 and DB. RGB value is (215,87,219). Sum of RGB (Red+Green+Blue) = 215+87+219=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D757DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757DB is #28A824. Grayscale: #8B8B8B. Windows color (decimal): -2664485 or 14374871. OLE color: 14374871.
HSL color Cylindrical-coordinate representation of color #D757DB: hue angle of 298.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D757DB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 87 | 219 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.14 |
| HSL | 298.18º | 0.65% | 0.6% | - |
| HSV(B) | 298.18º | 0.6% | 0.86% | - |
| XYZ | 44.22 | 26.38 | 69.78 | - |
| YUV | 140.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 219 | 0.02 | 0.60 | 0 | 0.14 | 298.18 | 0.65 | 0.6 |
| Hex | D7 | 57 | DB | 2 | 3C | 0 | E | 12A | 41 | 3C |
| Octal | 327 | 127 | 333 | 2 | 74 | 0 | 16 | 452 | 101 | 74 |
| Binary | 11010111 | 1010111 | 11011011 | 10 | 111100 | 0 | 1110 | 100101010 | 1000001 | 111100 |
Color Harmonies of #D757DB
Complementary color
Monochromatic Colors of #D757DB
Black with #D757DB
Text Example
Text Example
White with #D757DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757DB; }
p { color: rgb(215,87,219); }
H1.HeaderClassName
{
color: #D757DB;
}
.AnyTagClassName
{
color: #D757DB;
}
</style>
background-color css
<style>
a { background-color: #D757DB; }
a { background-color: rgb(215,87,219); }
div.DivClassName
{
background-color: #D757DB;
}
.BgClassName
{
background-color: #D757DB;
}
</style>
border-color css
<style>
span { border-color: #D757DB; }
span { border-color: rgb(215,87,219); }
td.TdClassName
{
border-color: #D757DB;
}
.TagClassName
{
border-color: #D757DB;
}
</style>