#DF47ED

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

Shades of Free Speech Magenta #DF47ED

Tints of Free Speech Magenta #DF47ED

Color information

#DF47ED (or 0xDF47ED) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 47 and ED. RGB value is (223,71,237). Sum of RGB (Red+Green+Blue) = 223+71+237=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF47ED is #20B812. Grayscale: #868686. Windows color (decimal): -2144275 or 15550431. OLE color: 15550431.

HSL color Cylindrical-coordinate representation of color #DF47ED: hue angle of 294.94º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF47ED is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22371237-
CMYK0.060.7000.07
HSL294.94º82.18%60.39%-
HSV(B)294.94º70.04%92.94%-
XYZ47.9726.3182.67-
YUV135.37185.36190.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 71 (28.12% from 255) = 13.37%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=42.00%
G=13.37%
B=44.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223712370.060.7000.07294.9482.1860.39
HexDF47ED64607127523c
Octal33710735561060744712274
Binary11011111100011111101101110100011001111001001111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF47ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF47ED; }

 p { color: rgb(223,71,237); }

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

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

 a { background-color: rgb(223,71,237); }

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

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

 span { border-color: rgb(223,71,237); }

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