#DD3ACC

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

Shades of Free Speech Magenta #DD3ACC

Tints of Free Speech Magenta #DD3ACC

Color information

#DD3ACC (or 0xDD3ACC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3A and CC. RGB value is (221,58,204). Sum of RGB (Red+Green+Blue) = 221+58+204=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3ACC is #22C533. Grayscale: #7A7A7A. Windows color (decimal): -2278708 or 13384413. OLE color: 13384413.

HSL color Cylindrical-coordinate representation of color #DD3ACC: hue angle of 306.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3ACC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22158204-
CMYK00.740.080.13
HSL306.26º70.56%54.71%-
HSV(B)306.26º73.76%86.67%-
XYZ42.2322.7659.29-
YUV123.38173.5197.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 58 (23.05% from 255) = 12.01%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=45.76%
G=12.01%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215820400.740.080.13306.2670.5654.71
HexDD3ACC04A8D1324737
Octal335723140112101546210767
Binary110111011110101100110001001010100011011001100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3ACC; }

 p { color: rgb(221,58,204); }

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

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

 a { background-color: rgb(221,58,204); }

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

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

 span { border-color: rgb(221,58,204); }

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