#DD5DCA

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

Shades of Free Speech Magenta #DD5DCA

Tints of Free Speech Magenta #DD5DCA

Color information

#DD5DCA (or 0xDD5DCA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and CA. RGB value is (221,93,202). Sum of RGB (Red+Green+Blue) = 221+93+202=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DCA is #22A235. Grayscale: #8F8F8F. Windows color (decimal): -2269750 or 13262301. OLE color: 13262301.

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

Color convert

RGB22193202-
CMYK00.580.090.13
HSL308.91º65.31%61.57%-
HSV(B)308.91º57.92%86.67%-
XYZ44.3927.4758.84-
YUV143.7160.91183.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=42.83%
G=18.02%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219320200.580.090.13308.9165.3161.57
HexDD5DCA03A9D135413e
Octal335135312072111546510176
Binary110111011011101110010100111010100111011001101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DCA; }

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

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

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

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

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

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

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

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