#DD55C7

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

Shades of Free Speech Magenta #DD55C7

Tints of Free Speech Magenta #DD55C7

Color information

#DD55C7 (or 0xDD55C7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 55 and C7. RGB value is (221,85,199). Sum of RGB (Red+Green+Blue) = 221+85+199=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55C7 is #22AA38. Grayscale: #8A8A8A. Windows color (decimal): -2271801 or 13063645. OLE color: 13063645.

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

Color convert

RGB22185199-
CMYK00.620.100.13
HSL309.71º66.67%60%-
HSV(B)309.71º61.54%86.67%-
XYZ43.3825.9956.76-
YUV138.66162.06186.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 85 (33.59% from 255) = 16.83%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=43.76%
G=16.83%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218519900.620.100.13309.7166.6760
HexDD55C703EAD136433c
Octal335125307076121546610374
Binary110111011010101110001110111110101011011001101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD55C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD55C7; }

 p { color: rgb(221,85,199); }

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

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

 a { background-color: rgb(221,85,199); }

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

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

 span { border-color: rgb(221,85,199); }

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