#DF5ECD

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

Shades of Free Speech Magenta #DF5ECD

Tints of Free Speech Magenta #DF5ECD

Color information

#DF5ECD (or 0xDF5ECD) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5E and CD. RGB value is (223,94,205). Sum of RGB (Red+Green+Blue) = 223+94+205=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ECD is #20A132. Grayscale: #909090. Windows color (decimal): -2138419 or 13459167. OLE color: 13459167.

HSL color Cylindrical-coordinate representation of color #DF5ECD: hue angle of 308.37º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5ECD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22394205-
CMYK00.580.080.13
HSL308.37º66.84%62.16%-
HSV(B)308.37º57.85%87.45%-
XYZ45.4528.160.79-
YUV145.22161.74183.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=42.72%
G=18.01%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239420500.580.080.13308.3766.8462.16
HexDF5ECD03A8D134433e
Octal337136315072101546410376
Binary110111111011110110011010111010100011011001101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5ECD; }

 p { color: rgb(223,94,205); }

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

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

 a { background-color: rgb(223,94,205); }

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

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

 span { border-color: rgb(223,94,205); }

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