#DD3AF7

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

Shades of Free Speech Magenta #DD3AF7

Tints of Free Speech Magenta #DD3AF7

Color information

#DD3AF7 (or 0xDD3AF7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3A and F7. RGB value is (221,58,247). Sum of RGB (Red+Green+Blue) = 221+58+247=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3AF7 is #22C508. Grayscale: #7F7F7F. Windows color (decimal): -2278665 or 16202461. OLE color: 16202461.

HSL color Cylindrical-coordinate representation of color #DD3AF7: hue angle of 291.75º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3AF7 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22158247-
CMYK0.110.7700.03
HSL291.75º92.2%59.8%-
HSV(B)291.75º76.52%96.86%-
XYZ48.1225.1190.31-
YUV128.28195194.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 58 (23.05% from 255) = 11.03%
BLUE value IS 247 (96.88% from 255) = 46.96%
R=42.02%
G=11.03%
B=46.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221582470.110.7700.03291.7592.259.8
HexDD3AF7B4D031245c3c
Octal33572367131150344413474
Binary1101110111101011110111101110011010111001001001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3AF7; }

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

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

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

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

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

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

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

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