Html Css Color HEX #D738D0 Free Speech Magenta
📋 copy color: '#D738D0'red 215 ◦ green 56 ◦ blue 208
Shades of Free Speech Magenta #D738D0
Tints of Free Speech Magenta #D738D0
RGB
CMYK
RGB Variations
Color information
#D738D0 (or 0xD738D0) is known color: Free Speech Magenta. HEX triplet: D7, 38 and D0. RGB value is (215,56,208). Sum of RGB (Red+Green+Blue) = 215+56+208=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D738D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738D0 is #28C72F. Grayscale: #787878. Windows color (decimal): -2672432 or 13646039. OLE color: 13646039.
HSL color Cylindrical-coordinate representation of color #D738D0: hue angle of 302.64º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D738D0 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 208 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.16 |
| HSL | 302.64º | 0.67% | 0.53% | - |
| HSV(B) | 302.64º | 0.74% | 0.84% | - |
| XYZ | 40.82 | 21.83 | 61.74 | - |
| YUV | 120.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 208 | 0 | 0.74 | 0.03 | 0.16 | 302.64 | 0.67 | 0.53 |
| Hex | D7 | 38 | D0 | 0 | 4A | 3 | 10 | 12F | 43 | 35 |
| Octal | 327 | 70 | 320 | 0 | 112 | 3 | 20 | 457 | 103 | 65 |
| Binary | 11010111 | 111000 | 11010000 | 0 | 1001010 | 11 | 10000 | 100101111 | 1000011 | 110101 |
Color Harmonies of #D738D0
Complementary color
Monochromatic Colors of #D738D0
Black with #D738D0
Text Example
Text Example
White with #D738D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738D0; }
p { color: rgb(215,56,208); }
H1.HeaderClassName
{
color: #D738D0;
}
.AnyTagClassName
{
color: #D738D0;
}
</style>
background-color css
<style>
a { background-color: #D738D0; }
a { background-color: rgb(215,56,208); }
div.DivClassName
{
background-color: #D738D0;
}
.BgClassName
{
background-color: #D738D0;
}
</style>
border-color css
<style>
span { border-color: #D738D0; }
span { border-color: rgb(215,56,208); }
td.TdClassName
{
border-color: #D738D0;
}
.TagClassName
{
border-color: #D738D0;
}
</style>