#DD3ACD

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

Shades of Free Speech Magenta #DD3ACD

Tints of Free Speech Magenta #DD3ACD

Color information

#DD3ACD (or 0xDD3ACD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3A and CD. RGB value is (221,58,205). Sum of RGB (Red+Green+Blue) = 221+58+205=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3ACD is #22C532. Grayscale: #7B7B7B. Windows color (decimal): -2278707 or 13449949. OLE color: 13449949.

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

Color convert

RGB22158205-
CMYK00.740.070.13
HSL305.89º70.56%54.71%-
HSV(B)305.89º73.76%86.67%-
XYZ42.3522.8159.93-
YUV123.5174197.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 58 (23.05% from 255) = 11.98%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=45.66%
G=11.98%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215820500.740.070.13305.8970.5654.71
HexDD3ACD04A7D1324737
Octal33572315011271546210767
Binary11011101111010110011010100101011111011001100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3ACD; }

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

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

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

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

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

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

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

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