Html Css Color HEX #D742DD Free Speech Magenta
📋 copy color: '#D742DD'red 215 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #D742DD
Tints of Free Speech Magenta #D742DD
RGB
CMYK
RGB Variations
Color information
#D742DD (or 0xD742DD) is known color: Free Speech Magenta. HEX triplet: D7, 42 and DD. RGB value is (215,66,221). Sum of RGB (Red+Green+Blue) = 215+66+221=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #D742DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742DD is #28BD22. Grayscale: #7F7F7F. Windows color (decimal): -2669859 or 14500567. OLE color: 14500567.
HSL color Cylindrical-coordinate representation of color #D742DD: hue angle of 297.68º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D742DD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 66 | 221 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.13 |
| HSL | 297.68º | 0.7% | 0.56% | - |
| HSV(B) | 297.68º | 0.7% | 0.87% | - |
| XYZ | 43.02 | 23.56 | 70.69 | - |
| YUV | 128.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 221 | 0.03 | 0.70 | 0 | 0.13 | 297.68 | 0.7 | 0.56 |
| Hex | D7 | 42 | DD | 3 | 46 | 0 | D | 12A | 46 | 38 |
| Octal | 327 | 102 | 335 | 3 | 106 | 0 | 15 | 452 | 106 | 70 |
| Binary | 11010111 | 1000010 | 11011101 | 11 | 1000110 | 0 | 1101 | 100101010 | 1000110 | 111000 |
Color Harmonies of #D742DD
Complementary color
Monochromatic Colors of #D742DD
Black with #D742DD
Text Example
Text Example
White with #D742DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742DD; }
p { color: rgb(215,66,221); }
H1.HeaderClassName
{
color: #D742DD;
}
.AnyTagClassName
{
color: #D742DD;
}
</style>
background-color css
<style>
a { background-color: #D742DD; }
a { background-color: rgb(215,66,221); }
div.DivClassName
{
background-color: #D742DD;
}
.BgClassName
{
background-color: #D742DD;
}
</style>
border-color css
<style>
span { border-color: #D742DD; }
span { border-color: rgb(215,66,221); }
td.TdClassName
{
border-color: #D742DD;
}
.TagClassName
{
border-color: #D742DD;
}
</style>