Html Css Color HEX #D742CF Free Speech Magenta
📋 copy color: '#D742CF'red 215 ◦ green 66 ◦ blue 207
Shades of Free Speech Magenta #D742CF
Tints of Free Speech Magenta #D742CF
RGB
CMYK
RGB Variations
Color information
#D742CF (or 0xD742CF) is known color: Free Speech Magenta. HEX triplet: D7, 42 and CF. RGB value is (215,66,207). Sum of RGB (Red+Green+Blue) = 215+66+207=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D742CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742CF is #28BD30. Grayscale: #7E7E7E. Windows color (decimal): -2669873 or 13583063. OLE color: 13583063.
HSL color Cylindrical-coordinate representation of color #D742CF: hue angle of 303.22º 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 #D742CF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 207 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.16 |
| HSL | 303.22º | 0.65% | 0.55% | - |
| HSV(B) | 303.22º | 0.69% | 0.84% | - |
| XYZ | 41.24 | 22.85 | 61.27 | - |
| YUV | 126.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 207 | 0 | 0.69 | 0.04 | 0.16 | 303.22 | 0.65 | 0.55 |
| Hex | D7 | 42 | CF | 0 | 45 | 4 | 10 | 12F | 41 | 37 |
| Octal | 327 | 102 | 317 | 0 | 105 | 4 | 20 | 457 | 101 | 67 |
| Binary | 11010111 | 1000010 | 11001111 | 0 | 1000101 | 100 | 10000 | 100101111 | 1000001 | 110111 |
Color Harmonies of #D742CF
Complementary color
Monochromatic Colors of #D742CF
Black with #D742CF
Text Example
Text Example
White with #D742CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742CF; }
p { color: rgb(215,66,207); }
H1.HeaderClassName
{
color: #D742CF;
}
.AnyTagClassName
{
color: #D742CF;
}
</style>
background-color css
<style>
a { background-color: #D742CF; }
a { background-color: rgb(215,66,207); }
div.DivClassName
{
background-color: #D742CF;
}
.BgClassName
{
background-color: #D742CF;
}
</style>
border-color css
<style>
span { border-color: #D742CF; }
span { border-color: rgb(215,66,207); }
td.TdClassName
{
border-color: #D742CF;
}
.TagClassName
{
border-color: #D742CF;
}
</style>