Html Css Color HEX #D742CE Free Speech Magenta
📋 copy color: '#D742CE'red 215 ◦ green 66 ◦ blue 206
Shades of Free Speech Magenta #D742CE
Tints of Free Speech Magenta #D742CE
RGB
CMYK
RGB Variations
Color information
#D742CE (or 0xD742CE) is known color: Free Speech Magenta. HEX triplet: D7, 42 and CE. RGB value is (215,66,206). Sum of RGB (Red+Green+Blue) = 215+66+206=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D742CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742CE is #28BD31. Grayscale: #7E7E7E. Windows color (decimal): -2669874 or 13517527. OLE color: 13517527.
HSL color Cylindrical-coordinate representation of color #D742CE: hue angle of 303.62º 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 #D742CE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 206 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.16 |
| HSL | 303.62º | 0.65% | 0.55% | - |
| HSV(B) | 303.62º | 0.69% | 0.84% | - |
| XYZ | 41.11 | 22.8 | 60.63 | - |
| YUV | 126.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 206 | 0 | 0.69 | 0.04 | 0.16 | 303.62 | 0.65 | 0.55 |
| Hex | D7 | 42 | CE | 0 | 45 | 4 | 10 | 130 | 41 | 37 |
| Octal | 327 | 102 | 316 | 0 | 105 | 4 | 20 | 460 | 101 | 67 |
| Binary | 11010111 | 1000010 | 11001110 | 0 | 1000101 | 100 | 10000 | 100110000 | 1000001 | 110111 |
Color Harmonies of #D742CE
Complementary color
Monochromatic Colors of #D742CE
Black with #D742CE
Text Example
Text Example
White with #D742CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742CE; }
p { color: rgb(215,66,206); }
H1.HeaderClassName
{
color: #D742CE;
}
.AnyTagClassName
{
color: #D742CE;
}
</style>
background-color css
<style>
a { background-color: #D742CE; }
a { background-color: rgb(215,66,206); }
div.DivClassName
{
background-color: #D742CE;
}
.BgClassName
{
background-color: #D742CE;
}
</style>
border-color css
<style>
span { border-color: #D742CE; }
span { border-color: rgb(215,66,206); }
td.TdClassName
{
border-color: #D742CE;
}
.TagClassName
{
border-color: #D742CE;
}
</style>