#DD50DF

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

Shades of Free Speech Magenta #DD50DF

Tints of Free Speech Magenta #DD50DF

Color information

#DD50DF (or 0xDD50DF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 50 and DF. RGB value is (221,80,223). Sum of RGB (Red+Green+Blue) = 221+80+223=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50DF is #22AF20. Grayscale: #8A8A8A. Windows color (decimal): -2273057 or 14635229. OLE color: 14635229.

HSL color Cylindrical-coordinate representation of color #DD50DF: hue angle of 299.16º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50DF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22180223-
CMYK0.010.6400.13
HSL299.16º69.08%59.41%-
HSV(B)299.16º64.13%87.45%-
XYZ46.0126.4472.49-
YUV138.46175.71186.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 80 (31.64% from 255) = 15.27%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=42.18%
G=15.27%
B=42.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221802230.010.6400.13299.1669.0859.41
HexDD50DF1400D12b453b
Octal335120337110001545310573
Binary1101110110100001101111111000000011011001010111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD50DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD50DF; }

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

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

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

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

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

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

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

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