#DD50C4

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

Shades of Free Speech Magenta #DD50C4

Tints of Free Speech Magenta #DD50C4

Color information

#DD50C4 (or 0xDD50C4) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 50 and C4. RGB value is (221,80,196). Sum of RGB (Red+Green+Blue) = 221+80+196=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50C4 is #22AF3B. Grayscale: #878787. Windows color (decimal): -2273084 or 12865757. OLE color: 12865757.

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

Color convert

RGB22180196-
CMYK00.640.110.13
HSL310.64º67.46%59.02%-
HSV(B)310.64º63.8%86.67%-
XYZ42.6525.0954.82-
YUV135.38162.21189.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 80 (31.64% from 255) = 16.10%
BLUE value IS 196 (76.95% from 255) = 39.44%
R=44.47%
G=16.10%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218019600.640.110.13310.6467.4659.02
HexDD50C4040BD137433b
Octal3351203040100131546710373
Binary1101110110100001100010001000000101111011001101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD50C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD50C4; }

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

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

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

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

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

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

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

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