#DD61D9

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

Shades of Free Speech Magenta #DD61D9

Tints of Free Speech Magenta #DD61D9

Color information

#DD61D9 (or 0xDD61D9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and D9. RGB value is (221,97,217). Sum of RGB (Red+Green+Blue) = 221+97+217=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D9 is #229E26. Grayscale: #939393. Windows color (decimal): -2268711 or 14246365. OLE color: 14246365.

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

Color convert

RGB22197217-
CMYK00.560.020.13
HSL301.94º64.58%62.35%-
HSV(B)301.94º56.11%86.67%-
XYZ46.6228.9368.77-
YUV147.76167.08180.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=41.31%
G=18.13%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219721700.560.020.13301.9464.5862.35
HexDD61D90382D12e413e
Octal33514133107021545610176
Binary1101110111000011101100101110001011011001011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61D9; }

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

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

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

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

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

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

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

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