#df41d2

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

Shades of Free Speech Magenta #DF41D2

Tints of Free Speech Magenta #DF41D2

Color information

#DF41D2 (or 0xDF41D2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 41 and D2. RGB value is (223,65,210). Sum of RGB (Red+Green+Blue) = 223+65+210=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41D2 is #20BE2D. Grayscale: #808080. Windows color (decimal): -2145838 or 13779423. OLE color: 13779423.

HSL color Cylindrical-coordinate representation of color #DF41D2: hue angle of 304.94º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41D2 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22365210-
CMYK00.710.060.13
HSL304.94º71.17%56.47%-
HSV(B)304.94º70.85%87.45%-
XYZ43.9524.1263.31-
YUV128.77173.85195.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 65 (25.78% from 255) = 13.05%
BLUE value IS 210 (82.42% from 255) = 42.17%
R=44.78%
G=13.05%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236521000.710.060.13304.9471.1756.47
HexDF41D20476D1314738
Octal337101322010761546110770
Binary110111111000001110100100100011111011011001100011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df41d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df41d2; }

 p { color: rgb(223,65,210); }

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

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

 a { background-color: rgb(223,65,210); }

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

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

 span { border-color: rgb(223,65,210); }

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