#DD61DB

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

Shades of Free Speech Magenta #DD61DB

Tints of Free Speech Magenta #DD61DB

Color information

#DD61DB (or 0xDD61DB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and DB. RGB value is (221,97,219). Sum of RGB (Red+Green+Blue) = 221+97+219=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61DB is #229E24. Grayscale: #939393. Windows color (decimal): -2268709 or 14377437. OLE color: 14377437.

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

Color convert

RGB22197219-
CMYK00.560.010.13
HSL300.97º64.58%62.35%-
HSV(B)300.97º56.11%86.67%-
XYZ46.8829.0470.15-
YUV147.98168.08180.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 97 (38.28% from 255) = 18.06%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=41.15%
G=18.06%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219721900.560.010.13300.9764.5862.35
HexDD61DB0381D12d413e
Octal33514133307011545510176
Binary110111011100001110110110111000111011001011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61DB; }

 p { color: rgb(221,97,219); }

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

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

 a { background-color: rgb(221,97,219); }

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

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

 span { border-color: rgb(221,97,219); }

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