#DD54BD

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

Shades of Free Speech Magenta #DD54BD

Tints of Free Speech Magenta #DD54BD

Color information

#DD54BD (or 0xDD54BD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 54 and BD. RGB value is (221,84,189). Sum of RGB (Red+Green+Blue) = 221+84+189=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54BD is #22AB42. Grayscale: #888888. Windows color (decimal): -2272067 or 12408029. OLE color: 12408029.

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

Color convert

RGB22184189-
CMYK00.620.140.13
HSL314.01º66.83%59.8%-
HSV(B)314.01º61.99%86.67%-
XYZ42.1725.3950.82-
YUV136.93157.39187.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 84 (33.20% from 255) = 17.00%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=44.74%
G=17.00%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218418900.620.140.13314.0166.8359.8
HexDD54BD03EED13a433c
Octal335124275076161547210374
Binary110111011010100101111010111110111011011001110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54BD; }

 p { color: rgb(221,84,189); }

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

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

 a { background-color: rgb(221,84,189); }

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

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

 span { border-color: rgb(221,84,189); }

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