#DD50C0

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

Shades of Free Speech Magenta #DD50C0

Tints of Free Speech Magenta #DD50C0

Color information

#DD50C0 (or 0xDD50C0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 50 and C0. RGB value is (221,80,192). Sum of RGB (Red+Green+Blue) = 221+80+192=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50C0 is #22AF3F. Grayscale: #868686. Windows color (decimal): -2273088 or 12603613. OLE color: 12603613.

HSL color Cylindrical-coordinate representation of color #DD50C0: hue angle of 312.34º degrees, saturation: 0.67, 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 #DD50C0 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB22180192-
CMYK00.640.130.13
HSL312.34º67.46%59.02%-
HSV(B)312.34º63.8%86.67%-
XYZ42.224.9252.45-
YUV134.93160.21189.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 80 (31.64% from 255) = 16.23%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=44.83%
G=16.23%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218019200.640.130.13312.3467.4659.02
HexDD50C0040DD138433b
Octal3351203000100151547010373
Binary1101110110100001100000001000000110111011001110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD50C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD50C0; }

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

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

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

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

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

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

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

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