#DD46C3

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

Shades of Free Speech Magenta #DD46C3

Tints of Free Speech Magenta #DD46C3

Color information

#DD46C3 (or 0xDD46C3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and C3. RGB value is (221,70,195). Sum of RGB (Red+Green+Blue) = 221+70+195=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46C3 is #22B93C. Grayscale: #818181. Windows color (decimal): -2275645 or 12797661. OLE color: 12797661.

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

Color convert

RGB22170195-
CMYK00.680.120.13
HSL310.33º68.95%57.06%-
HSV(B)310.33º68.33%86.67%-
XYZ41.8623.6954-
YUV129.4165.03193.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 70 (27.73% from 255) = 14.40%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=45.47%
G=14.40%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217019500.680.120.13310.3368.9557.06
HexDD46C3044CD1364539
Octal3351063030104141546610571
Binary1101110110001101100001101000100110011011001101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46C3; }

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

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

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

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

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

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

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

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