Html Css Color HEX #D750DB Free Speech Magenta
📋 copy color: '#D750DB'red 215 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #D750DB
Tints of Free Speech Magenta #D750DB
RGB
CMYK
RGB Variations
Color information
#D750DB (or 0xD750DB) is known color: Free Speech Magenta. HEX triplet: D7, 50 and DB. RGB value is (215,80,219). Sum of RGB (Red+Green+Blue) = 215+80+219=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D750DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750DB is #28AF24. Grayscale: #878787. Windows color (decimal): -2666277 or 14373079. OLE color: 14373079.
HSL color Cylindrical-coordinate representation of color #D750DB: hue angle of 298.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750DB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 80 | 219 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.14 |
| HSL | 298.27º | 0.66% | 0.59% | - |
| HSV(B) | 298.27º | 0.63% | 0.86% | - |
| XYZ | 43.68 | 25.3 | 69.6 | - |
| YUV | 136.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 219 | 0.02 | 0.63 | 0 | 0.14 | 298.27 | 0.66 | 0.59 |
| Hex | D7 | 50 | DB | 2 | 3F | 0 | E | 12A | 42 | 3B |
| Octal | 327 | 120 | 333 | 2 | 77 | 0 | 16 | 452 | 102 | 73 |
| Binary | 11010111 | 1010000 | 11011011 | 10 | 111111 | 0 | 1110 | 100101010 | 1000010 | 111011 |
Color Harmonies of #D750DB
Complementary color
Monochromatic Colors of #D750DB
Black with #D750DB
Text Example
Text Example
White with #D750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750DB; }
p { color: rgb(215,80,219); }
H1.HeaderClassName
{
color: #D750DB;
}
.AnyTagClassName
{
color: #D750DB;
}
</style>
background-color css
<style>
a { background-color: #D750DB; }
a { background-color: rgb(215,80,219); }
div.DivClassName
{
background-color: #D750DB;
}
.BgClassName
{
background-color: #D750DB;
}
</style>
border-color css
<style>
span { border-color: #D750DB; }
span { border-color: rgb(215,80,219); }
td.TdClassName
{
border-color: #D750DB;
}
.TagClassName
{
border-color: #D750DB;
}
</style>