#DD5CD0

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

Shades of Free Speech Magenta #DD5CD0

Tints of Free Speech Magenta #DD5CD0

Color information

#DD5CD0 (or 0xDD5CD0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and D0. RGB value is (221,92,208). Sum of RGB (Red+Green+Blue) = 221+92+208=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CD0 is #22A32F. Grayscale: #8F8F8F. Windows color (decimal): -2270000 or 13655261. OLE color: 13655261.

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

Color convert

RGB22192208-
CMYK00.580.060.13
HSL306.05º65.48%61.37%-
HSV(B)306.05º58.37%86.67%-
XYZ45.0327.5862.62-
YUV143.79164.24183.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=42.42%
G=17.66%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219220800.580.060.13306.0565.4861.37
HexDD5CD003A6D132413d
Octal33513432007261546210175
Binary11011101101110011010000011101011011011001100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CD0; }

 p { color: rgb(221,92,208); }

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

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

 a { background-color: rgb(221,92,208); }

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

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

 span { border-color: rgb(221,92,208); }

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