Html Css Color HEX #D742D0 Free Speech Magenta
📋 copy color: '#D742D0'red 215 ◦ green 66 ◦ blue 208
Shades of Free Speech Magenta #D742D0
Tints of Free Speech Magenta #D742D0
RGB
CMYK
RGB Variations
Color information
#D742D0 (or 0xD742D0) is known color: Free Speech Magenta. HEX triplet: D7, 42 and D0. RGB value is (215,66,208). Sum of RGB (Red+Green+Blue) = 215+66+208=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D742D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742D0 is #28BD2F. Grayscale: #7E7E7E. Windows color (decimal): -2669872 or 13648599. OLE color: 13648599.
HSL color Cylindrical-coordinate representation of color #D742D0: hue angle of 302.82º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742D0 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 208 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.16 |
| HSL | 302.82º | 0.65% | 0.55% | - |
| HSV(B) | 302.82º | 0.69% | 0.84% | - |
| XYZ | 41.36 | 22.9 | 61.91 | - |
| YUV | 126.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 208 | 0 | 0.69 | 0.03 | 0.16 | 302.82 | 0.65 | 0.55 |
| Hex | D7 | 42 | D0 | 0 | 45 | 3 | 10 | 12F | 41 | 37 |
| Octal | 327 | 102 | 320 | 0 | 105 | 3 | 20 | 457 | 101 | 67 |
| Binary | 11010111 | 1000010 | 11010000 | 0 | 1000101 | 11 | 10000 | 100101111 | 1000001 | 110111 |
Color Harmonies of #D742D0
Complementary color
Monochromatic Colors of #D742D0
Black with #D742D0
Text Example
Text Example
White with #D742D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742D0; }
p { color: rgb(215,66,208); }
H1.HeaderClassName
{
color: #D742D0;
}
.AnyTagClassName
{
color: #D742D0;
}
</style>
background-color css
<style>
a { background-color: #D742D0; }
a { background-color: rgb(215,66,208); }
div.DivClassName
{
background-color: #D742D0;
}
.BgClassName
{
background-color: #D742D0;
}
</style>
border-color css
<style>
span { border-color: #D742D0; }
span { border-color: rgb(215,66,208); }
td.TdClassName
{
border-color: #D742D0;
}
.TagClassName
{
border-color: #D742D0;
}
</style>