#DD46CB

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

Shades of Free Speech Magenta #DD46CB

Tints of Free Speech Magenta #DD46CB

Color information

#DD46CB (or 0xDD46CB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 46 and CB. RGB value is (221,70,203). Sum of RGB (Red+Green+Blue) = 221+70+203=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46CB is #22B934. Grayscale: #818181. Windows color (decimal): -2275637 or 13321949. OLE color: 13321949.

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

Color convert

RGB22170203-
CMYK00.680.080.13
HSL307.15º68.95%57.06%-
HSV(B)307.15º68.33%86.67%-
XYZ42.7924.0658.89-
YUV130.31169.03192.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 70 (27.73% from 255) = 14.17%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=44.74%
G=14.17%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217020300.680.080.13307.1568.9557.06
HexDD46CB0448D1334539
Octal3351063130104101546310571
Binary1101110110001101100101101000100100011011001100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46CB; }

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

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

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

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

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

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

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

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