#DD46D7

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

Shades of Free Speech Magenta #DD46D7

Tints of Free Speech Magenta #DD46D7

Color information

#DD46D7 (or 0xDD46D7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and D7. RGB value is (221,70,215). Sum of RGB (Red+Green+Blue) = 221+70+215=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46D7 is #22B928. Grayscale: #838383. Windows color (decimal): -2275625 or 14108381. OLE color: 14108381.

HSL color Cylindrical-coordinate representation of color #DD46D7: hue angle of 302.38º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46D7 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22170215-
CMYK00.680.030.13
HSL302.38º68.95%57.06%-
HSV(B)302.38º68.33%86.67%-
XYZ44.2724.6666.72-
YUV131.68175.03191.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 70 (27.73% from 255) = 13.83%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=43.68%
G=13.83%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217021500.680.030.13302.3868.9557.06
HexDD46D70443D12e4539
Octal335106327010431545610571
Binary11011101100011011010111010001001111011001011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46D7; }

 p { color: rgb(221,70,215); }

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

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

 a { background-color: rgb(221,70,215); }

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

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

 span { border-color: rgb(221,70,215); }

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