#DD55D0

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

Shades of Free Speech Magenta #DD55D0

Tints of Free Speech Magenta #DD55D0

Color information

#DD55D0 (or 0xDD55D0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 55 and D0. RGB value is (221,85,208). Sum of RGB (Red+Green+Blue) = 221+85+208=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55D0 is #22AA2F. Grayscale: #8B8B8B. Windows color (decimal): -2271792 or 13653469. OLE color: 13653469.

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

Color convert

RGB22185208-
CMYK00.620.060.13
HSL305.74º66.67%60%-
HSV(B)305.74º61.54%86.67%-
XYZ44.4526.4262.43-
YUV139.69166.56186-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 85 (33.59% from 255) = 16.54%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=43.00%
G=16.54%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218520800.620.060.13305.7466.6760
HexDD55D003E6D132433c
Octal33512532007661546210374
Binary11011101101010111010000011111011011011001100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD55D0; }

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

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

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

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

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

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

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

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