#DD5AC4

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

Shades of Free Speech Magenta #DD5AC4

Tints of Free Speech Magenta #DD5AC4

Color information

#DD5AC4 (or 0xDD5AC4) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5A and C4. RGB value is (221,90,196). Sum of RGB (Red+Green+Blue) = 221+90+196=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AC4 is #22A53B. Grayscale: #8C8C8C. Windows color (decimal): -2270524 or 12868317. OLE color: 12868317.

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

Color convert

RGB22190196-
CMYK00.590.110.13
HSL311.45º65.83%60.98%-
HSV(B)311.45º59.28%86.67%-
XYZ43.4426.6755.08-
YUV141.25158.9184.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 90 (35.55% from 255) = 17.75%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=43.59%
G=17.75%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219019600.590.110.13311.4565.8360.98
HexDD5AC403BBD137423d
Octal335132304073131546710275
Binary110111011011010110001000111011101111011001101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AC4; }

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

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

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

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

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

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

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

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