#DD46CA

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

Shades of Free Speech Magenta #DD46CA

Tints of Free Speech Magenta #DD46CA

Color information

#DD46CA (or 0xDD46CA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and CA. RGB value is (221,70,202). Sum of RGB (Red+Green+Blue) = 221+70+202=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46CA is #22B935. Grayscale: #818181. Windows color (decimal): -2275638 or 13256413. OLE color: 13256413.

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

Color convert

RGB22170202-
CMYK00.680.090.13
HSL307.55º68.95%57.06%-
HSV(B)307.55º68.33%86.67%-
XYZ42.6724.0258.26-
YUV130.2168.53192.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 70 (27.73% from 255) = 14.20%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=44.83%
G=14.20%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217020200.680.090.13307.5568.9557.06
HexDD46CA0449D1344539
Octal3351063120104111546410571
Binary1101110110001101100101001000100100111011001101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46CA; }

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

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

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

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

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

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

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

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