#DF41DD

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

Shades of Free Speech Magenta #DF41DD

Tints of Free Speech Magenta #DF41DD

Color information

#DF41DD (or 0xDF41DD) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 41 and DD. RGB value is (223,65,221). Sum of RGB (Red+Green+Blue) = 223+65+221=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41DD is #20BE22. Grayscale: #818181. Windows color (decimal): -2145827 or 14500319. OLE color: 14500319.

HSL color Cylindrical-coordinate representation of color #DF41DD: hue angle of 300.76º 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 #DF41DD is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB22365221-
CMYK00.710.010.13
HSL300.76º71.17%56.47%-
HSV(B)300.76º70.85%87.45%-
XYZ45.3724.6970.78-
YUV130.03179.35194.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 65 (25.78% from 255) = 12.77%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=43.81%
G=12.77%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236522100.710.010.13300.7671.1756.47
HexDF41DD0471D12d4738
Octal337101335010711545510770
Binary1101111110000011101110101000111111011001011011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF41DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF41DD; }

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

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

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

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

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

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

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

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