#D742ED

Color #D742ED Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D742ED

Tints of Free Speech Magenta #D742ED

Color information

#D742ED (or 0xD742ED) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 42 and ED. RGB value is (215,66,237). Sum of RGB (Red+Green+Blue) = 215+66+237=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D742ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742ED is #28BD12. Grayscale: #818181. Windows color (decimal): -2669843 or 15549143. OLE color: 15549143.

HSL color Cylindrical-coordinate representation of color #D742ED: hue angle of 292.28º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D742ED is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21566237-
CMYK0.090.7200.07
HSL292.28º82.61%59.41%-
HSV(B)292.28º72.15%92.94%-
XYZ45.2624.4682.46-
YUV130.04188.36188.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 66 (26.17% from 255) = 12.74%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=41.51%
G=12.74%
B=45.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215662370.090.7200.07292.2882.6159.41
HexD742ED94807124533b
Octal327102355111100744412373
Binary110101111000010111011011001100100001111001001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D742ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D742ED; }

 p { color: rgb(215,66,237); }

 H1.HeaderClassName
 {
   color: #D742ED;
 }
 .AnyTagClassName
 {
   color: #D742ED;
 }
</style>
background-color css

<style>
 a { background-color: #D742ED; }

 a { background-color: rgb(215,66,237); }

 div.DivClassName
 {
   background-color: #D742ED;
 }
 .BgClassName
 {
   background-color: #D742ED;
 }
</style>
border-color css

<style>
 span { border-color: #D742ED; }

 span { border-color: rgb(215,66,237); }

 td.TdClassName
 {
   border-color: #D742ED;
 }
 .TagClassName
 {
   border-color: #D742ED;
 }
</style>