#DD5FC1

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

Shades of Free Speech Magenta #DD5FC1

Tints of Free Speech Magenta #DD5FC1

Color information

#DD5FC1 (or 0xDD5FC1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and C1. RGB value is (221,95,193). Sum of RGB (Red+Green+Blue) = 221+95+193=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FC1 is #22A03E. Grayscale: #8F8F8F. Windows color (decimal): -2269247 or 12672989. OLE color: 12672989.

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

Color convert

RGB22195193-
CMYK00.570.130.13
HSL313.33º64.95%61.96%-
HSV(B)313.33º57.01%86.67%-
XYZ43.5427.4153.45-
YUV143.85155.74183.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=43.42%
G=18.66%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219519300.570.130.13313.3364.9561.96
HexDD5FC1039DD139413e
Octal335137301071151547110176
Binary110111011011111110000010111001110111011001110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FC1; }

 p { color: rgb(221,95,193); }

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

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

 a { background-color: rgb(221,95,193); }

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

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

 span { border-color: rgb(221,95,193); }

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