#DD5DBA

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

Shades of Free Speech Magenta #DD5DBA

Tints of Free Speech Magenta #DD5DBA

Color information

#DD5DBA (or 0xDD5DBA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and BA. RGB value is (221,93,186). Sum of RGB (Red+Green+Blue) = 221+93+186=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DBA is #22A245. Grayscale: #8D8D8D. Windows color (decimal): -2269766 or 12213725. OLE color: 12213725.

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

Color convert

RGB22193186-
CMYK00.580.160.13
HSL316.41º65.31%61.57%-
HSV(B)316.41º57.92%86.67%-
XYZ42.626.7549.37-
YUV141.87152.91184.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=44.2%
G=18.6%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219318600.580.160.13316.4165.3161.57
HexDD5DBA03A10D13c413e
Octal335135272072201547410176
Binary1101110110111011011101001110101000011011001111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DBA; }

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

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

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

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

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

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

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

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