Html Css Color HEX #D755DA Free Speech Magenta
📋 copy color: '#D755DA'red 215 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #D755DA
Tints of Free Speech Magenta #D755DA
RGB
CMYK
RGB Variations
Color information
#D755DA (or 0xD755DA) is known color: Free Speech Magenta. HEX triplet: D7, 55 and DA. RGB value is (215,85,218). Sum of RGB (Red+Green+Blue) = 215+85+218=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D755DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755DA is #28AA25. Grayscale: #8A8A8A. Windows color (decimal): -2664998 or 14308823. OLE color: 14308823.
HSL color Cylindrical-coordinate representation of color #D755DA: hue angle of 298.65º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D755DA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 85 | 218 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.15 |
| HSL | 298.65º | 0.64% | 0.59% | - |
| HSV(B) | 298.65º | 0.61% | 0.85% | - |
| XYZ | 43.93 | 26.01 | 69.03 | - |
| YUV | 139.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 218 | 0.01 | 0.61 | 0 | 0.15 | 298.65 | 0.64 | 0.59 |
| Hex | D7 | 55 | DA | 1 | 3D | 0 | F | 12B | 40 | 3B |
| Octal | 327 | 125 | 332 | 1 | 75 | 0 | 17 | 453 | 100 | 73 |
| Binary | 11010111 | 1010101 | 11011010 | 1 | 111101 | 0 | 1111 | 100101011 | 1000000 | 111011 |
Color Harmonies of #D755DA
Complementary color
Monochromatic Colors of #D755DA
Black with #D755DA
Text Example
Text Example
White with #D755DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755DA; }
p { color: rgb(215,85,218); }
H1.HeaderClassName
{
color: #D755DA;
}
.AnyTagClassName
{
color: #D755DA;
}
</style>
background-color css
<style>
a { background-color: #D755DA; }
a { background-color: rgb(215,85,218); }
div.DivClassName
{
background-color: #D755DA;
}
.BgClassName
{
background-color: #D755DA;
}
</style>
border-color css
<style>
span { border-color: #D755DA; }
span { border-color: rgb(215,85,218); }
td.TdClassName
{
border-color: #D755DA;
}
.TagClassName
{
border-color: #D755DA;
}
</style>