#DD51C3

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

Shades of Free Speech Magenta #DD51C3

Tints of Free Speech Magenta #DD51C3

Color information

#DD51C3 (or 0xDD51C3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 51 and C3. RGB value is (221,81,195). Sum of RGB (Red+Green+Blue) = 221+81+195=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C3 is #22AE3C. Grayscale: #878787. Windows color (decimal): -2272829 or 12800477. OLE color: 12800477.

HSL color Cylindrical-coordinate representation of color #DD51C3: hue angle of 311.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51C3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22181195-
CMYK00.630.120.13
HSL311.14º67.31%59.22%-
HSV(B)311.14º63.35%86.67%-
XYZ42.6125.254.25-
YUV135.86161.38188.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 81 (32.03% from 255) = 16.30%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=44.47%
G=16.30%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218119500.630.120.13311.1467.3159.22
HexDD51C303FCD137433b
Octal335121303077141546710373
Binary110111011010001110000110111111110011011001101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51C3; }

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

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

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

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

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

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

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

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